#BBE75D

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

Shades of Conifer #BBE75D

Tints of Conifer #BBE75D

Color information

#BBE75D (or 0xBBE75D) is unknown color: approx Conifer. HEX triplet: BB, E7 and 5D. RGB value is (187,231,93). Sum of RGB (Red+Green+Blue) = 187+231+93=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 231 (90.62% from 255 or 45.21% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE75D is #4418A2. Grayscale: #CACACA. Windows color (decimal): -4462755 or 6154171. OLE color: 6154171.

HSL color Cylindrical-coordinate representation of color #BBE75D: hue angle of 79.13º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBE75D is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB18723193-
CMYK0.1900.600.09
HSL79.13º74.19%63.53%-
HSV(B)79.13º59.74%90.59%-
XYZ51.0568.5120.89-
YUV202.1166.42117.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.59%
GREEN value IS 231 (90.62% from 255) = 45.21%
BLUE value IS 93 (36.72% from 255) = 18.20%
R=36.59%
G=45.21%
B=18.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal187231930.1900.600.0979.1374.1963.53
HexBBE75D1303C94f4a40
Octal2733471352307411117112100
Binary101110111110011110111011001101111001001100111110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE75D; }

 p { color: rgb(187,231,93); }

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

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

 a { background-color: rgb(187,231,93); }

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

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

 span { border-color: rgb(187,231,93); }

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