#B0D55F

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

Shades of Conifer #B0D55F

Tints of Conifer #B0D55F

Color information

#B0D55F (or 0xB0D55F) is unknown color: approx Conifer. HEX triplet: B0, D5 and 5F. RGB value is (176,213,95). Sum of RGB (Red+Green+Blue) = 176+213+95=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D55F is #4F2AA0. Grayscale: #BCBCBC. Windows color (decimal): -5188257 or 6280624. OLE color: 6280624.

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

Color convert

RGB17621395-
CMYK0.1700.550.16
HSL78.81º58.42%60.39%-
HSV(B)78.81º55.4%83.53%-
XYZ43.7657.6419.65-
YUV188.4875.24119.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 213 (83.59% from 255) = 44.01%
BLUE value IS 95 (37.5% from 255) = 19.63%
R=36.36%
G=44.01%
B=19.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal176213950.1700.550.1678.8158.4260.39
HexB0D55F11037104f3a3c
Octal26032513721067201177274
Binary10110000110101011011111100010110111100001001111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D55F; }

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

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

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

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

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

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

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

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