#B0D55B

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

Shades of Conifer #B0D55B

Tints of Conifer #B0D55B

Color information

#B0D55B (or 0xB0D55B) is unknown color: approx Conifer. HEX triplet: B0, D5 and 5B. RGB value is (176,213,91). Sum of RGB (Red+Green+Blue) = 176+213+91=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D55B is #4F2AA4. Grayscale: #BCBCBC. Windows color (decimal): -5188261 or 6018480. OLE color: 6018480.

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

Color convert

RGB17621391-
CMYK0.1700.570.16
HSL78.2º59.22%59.61%-
HSV(B)78.2º57.28%83.53%-
XYZ43.5957.5718.71-
YUV188.0373.24119.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.67%
GREEN value IS 213 (83.59% from 255) = 44.38%
BLUE value IS 91 (35.94% from 255) = 18.96%
R=36.67%
G=44.38%
B=18.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal176213910.1700.570.1678.259.2259.61
HexB0D55B11039104e3b3c
Octal26032513321071201167374
Binary10110000110101011011011100010111001100001001110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D55B; }

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

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

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

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

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

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

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

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