#B5D649

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

Shades of Conifer #B5D649

Tints of Conifer #B5D649

Color information

#B5D649 (or 0xB5D649) is unknown color: approx Conifer. HEX triplet: B5, D6 and 49. RGB value is (181,214,73). Sum of RGB (Red+Green+Blue) = 181+214+73=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D649 is #4A29B6. Grayscale: #BCBCBC. Windows color (decimal): -4860343 or 4839093. OLE color: 4839093.

HSL color Cylindrical-coordinate representation of color #B5D649: hue angle of 74.04º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5D649 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB18121473-
CMYK0.1500.660.16
HSL74.04º63.23%56.27%-
HSV(B)74.04º65.89%83.92%-
XYZ44.3158.415.24-
YUV188.0663.07122.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.68%
GREEN value IS 214 (83.98% from 255) = 45.73%
BLUE value IS 73 (28.91% from 255) = 15.60%
R=38.68%
G=45.73%
B=15.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal181214730.1500.660.1674.0463.2356.27
HexB5D649F042104a3f38
Octal265326111170102201127770
Binary10110101110101101001001111101000010100001001010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D649; }

 p { color: rgb(181,214,73); }

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

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

 a { background-color: rgb(181,214,73); }

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

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

 span { border-color: rgb(181,214,73); }

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