#BBED5A

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

Shades of Conifer #BBED5A

Tints of Conifer #BBED5A

Color information

#BBED5A (or 0xBBED5A) is unknown color: approx Conifer. HEX triplet: BB, ED and 5A. RGB value is (187,237,90). Sum of RGB (Red+Green+Blue) = 187+237+90=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBED5A is #4412A5. Grayscale: #CDCDCD. Windows color (decimal): -4461222 or 5959099. OLE color: 5959099.

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

Color convert

RGB18723790-
CMYK0.2100.620.07
HSL80.41º80.33%64.12%-
HSV(B)80.41º62.03%92.94%-
XYZ52.6271.8720.77-
YUV205.2962.94114.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.38%
GREEN value IS 237 (92.97% from 255) = 46.11%
BLUE value IS 90 (35.55% from 255) = 17.51%
R=36.38%
G=46.11%
B=17.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal187237900.2100.620.0780.4180.3364.12
HexBBED5A1503E7505040
Octal273355132250767120120100
Binary10111011111011011011010101010111110111101000010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBED5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBED5A; }

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

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

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

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

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

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

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

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