#B0D75B

Color #B0D75B Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B0D75B

Tints of Conifer #B0D75B

Color information

#B0D75B (or 0xB0D75B) is unknown color: approx Conifer. HEX triplet: B0, D7 and 5B. RGB value is (176,215,91). Sum of RGB (Red+Green+Blue) = 176+215+91=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D75B is #4F28A4. Grayscale: #BDBDBD. Windows color (decimal): -5187749 or 6018992. OLE color: 6018992.

HSL color Cylindrical-coordinate representation of color #B0D75B: hue angle of 78.87º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0D75B is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB17621591-
CMYK0.1800.580.16
HSL78.87º60.78%60%-
HSV(B)78.87º57.67%84.31%-
XYZ44.0958.5918.88-
YUV189.272.58118.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 215 (84.38% from 255) = 44.61%
BLUE value IS 91 (35.94% from 255) = 18.88%
R=36.51%
G=44.61%
B=18.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal176215910.1800.580.1678.8760.7860
HexB0D75B1203A104f3d3c
Octal26032713322072201177574
Binary10110000110101111011011100100111010100001001111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D75B; }

 p { color: rgb(176,215,91); }

 H1.HeaderClassName
 {
   color: #B0D75B;
 }
 .AnyTagClassName
 {
   color: #B0D75B;
 }
</style>
background-color css

<style>
 a { background-color: #B0D75B; }

 a { background-color: rgb(176,215,91); }

 div.DivClassName
 {
   background-color: #B0D75B;
 }
 .BgClassName
 {
   background-color: #B0D75B;
 }
</style>
border-color css

<style>
 span { border-color: #B0D75B; }

 span { border-color: rgb(176,215,91); }

 td.TdClassName
 {
   border-color: #B0D75B;
 }
 .TagClassName
 {
   border-color: #B0D75B;
 }
</style>