#BBD64E

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

Shades of Conifer #BBD64E

Tints of Conifer #BBD64E

Color information

#BBD64E (or 0xBBD64E) is unknown color: approx Conifer. HEX triplet: BB, D6 and 4E. RGB value is (187,214,78). Sum of RGB (Red+Green+Blue) = 187+214+78=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 78 (30.86% from 255 or 16.28% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD64E is #4429B1. Grayscale: #BEBEBE. Windows color (decimal): -4467122 or 5166779. OLE color: 5166779.

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

Color convert

RGB18721478-
CMYK0.1300.640.16
HSL71.91º62.39%57.25%-
HSV(B)71.91º63.55%83.92%-
XYZ45.9259.2116.22-
YUV190.4264.55125.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 214 (83.98% from 255) = 44.68%
BLUE value IS 78 (30.86% from 255) = 16.28%
R=39.04%
G=44.68%
B=16.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal187214780.1300.640.1671.9162.3957.25
HexBBD64ED04010483e39
Octal273326116150100201107671
Binary10111011110101101001110110101000000100001001000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD64E; }

 p { color: rgb(187,214,78); }

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

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

 a { background-color: rgb(187,214,78); }

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

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

 span { border-color: rgb(187,214,78); }

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