#BBED54

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

Shades of Conifer #BBED54

Tints of Conifer #BBED54

Color information

#BBED54 (or 0xBBED54) is unknown color: approx Conifer. HEX triplet: BB, ED and 54. RGB value is (187,237,84). Sum of RGB (Red+Green+Blue) = 187+237+84=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 84 (33.20% from 255 or 16.54% from 508); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBED54 is #4412AB. Grayscale: #CDCDCD. Windows color (decimal): -4461228 or 5565883. OLE color: 5565883.

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

Color convert

RGB18723784-
CMYK0.2100.650.07
HSL79.61º80.95%62.94%-
HSV(B)79.61º64.56%92.94%-
XYZ52.3871.7719.48-
YUV204.6159.94115.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 237 (92.97% from 255) = 46.65%
BLUE value IS 84 (33.20% from 255) = 16.54%
R=36.81%
G=46.65%
B=16.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal187237840.2100.650.0779.6180.9562.94
HexBBED5415041750513f
Octal273355124250101712012177
Binary10111011111011011010100101010100000111110100001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBED54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBED54; }

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

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

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

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

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

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

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

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