#BBDF64

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

Shades of Conifer #BBDF64

Tints of Conifer #BBDF64

Color information

#BBDF64 (or 0xBBDF64) is unknown color: approx Conifer. HEX triplet: BB, DF and 64. RGB value is (187,223,100). Sum of RGB (Red+Green+Blue) = 187+223+100=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF64 is #44209B. Grayscale: #C6C6C6. Windows color (decimal): -4464796 or 6610875. OLE color: 6610875.

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

Color convert

RGB187223100-
CMYK0.1600.550.13
HSL77.56º65.78%63.33%-
HSV(B)77.56º55.16%87.45%-
XYZ49.1864.2621.87-
YUV198.2172.57120-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.67%
GREEN value IS 223 (87.5% from 255) = 43.73%
BLUE value IS 100 (39.45% from 255) = 19.61%
R=36.67%
G=43.73%
B=19.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872231000.1600.550.1377.5665.7863.33
HexBBDF6410037D4e423f
Octal273337144200671511610277
Binary10111011110111111100100100000110111110110011101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDF64; }

 p { color: rgb(187,223,100); }

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

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

 a { background-color: rgb(187,223,100); }

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

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

 span { border-color: rgb(187,223,100); }

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