#BBED64

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

Shades of Conifer #BBED64

Tints of Conifer #BBED64

Color information

#BBED64 (or 0xBBED64) is unknown color: approx Conifer. HEX triplet: BB, ED and 64. RGB value is (187,237,100). Sum of RGB (Red+Green+Blue) = 187+237+100=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBED64 is #44129B. Grayscale: #CECECE. Windows color (decimal): -4461212 or 6614459. OLE color: 6614459.

HSL color Cylindrical-coordinate representation of color #BBED64: hue angle of 81.9º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBED64 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB187237100-
CMYK0.2100.580.07
HSL81.9º79.19%66.08%-
HSV(B)81.9º57.81%92.94%-
XYZ53.0872.0523.17-
YUV206.4367.94114.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 237 (92.97% from 255) = 45.23%
BLUE value IS 100 (39.45% from 255) = 19.08%
R=35.69%
G=45.23%
B=19.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872371000.2100.580.0781.979.1966.08
HexBBED641503A7524f42
Octal273355144250727122117102
Binary10111011111011011100100101010111010111101001010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBED64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBED64; }

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

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

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

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

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

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

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

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