#B5D150

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

Shades of Conifer #B5D150

Tints of Conifer #B5D150

Color information

#B5D150 (or 0xB5D150) is unknown color: approx Conifer. HEX triplet: B5, D1 and 50. RGB value is (181,209,80). Sum of RGB (Red+Green+Blue) = 181+209+80=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 80 (31.64% from 255 or 17.02% from 470); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D150 is #4A2EAF. Grayscale: #BABABA. Windows color (decimal): -4861616 or 5296565. OLE color: 5296565.

HSL color Cylindrical-coordinate representation of color #B5D150: hue angle of 73.02º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5D150 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB18120980-
CMYK0.1300.620.18
HSL73.02º58.37%56.67%-
HSV(B)73.02º61.72%81.96%-
XYZ43.35616.12-
YUV185.9268.22124.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 209 (82.03% from 255) = 44.47%
BLUE value IS 80 (31.64% from 255) = 17.02%
R=38.51%
G=44.47%
B=17.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal181209800.1300.620.1873.0258.3756.67
HexB5D150D03E12493a39
Octal26532112015076221117271
Binary1011010111010001101000011010111110100101001001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D150; }

 p { color: rgb(181,209,80); }

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

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

 a { background-color: rgb(181,209,80); }

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

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

 span { border-color: rgb(181,209,80); }

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