#BBE365

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

Shades of Conifer #BBE365

Tints of Conifer #BBE365

Color information

#BBE365 (or 0xBBE365) is unknown color: approx Conifer. HEX triplet: BB, E3 and 65. RGB value is (187,227,101). Sum of RGB (Red+Green+Blue) = 187+227+101=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE365 is #441C9A. Grayscale: #C9C9C9. Windows color (decimal): -4463771 or 6677435. OLE color: 6677435.

HSL color Cylindrical-coordinate representation of color #BBE365: hue angle of 79.05º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBE365 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB187227101-
CMYK0.1800.560.11
HSL79.05º69.23%64.31%-
HSV(B)79.05º55.51%89.02%-
XYZ50.3166.4422.48-
YUV200.6871.75118.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.31%
GREEN value IS 227 (89.06% from 255) = 44.08%
BLUE value IS 101 (39.84% from 255) = 19.61%
R=36.31%
G=44.08%
B=19.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872271010.1800.560.1179.0569.2364.31
HexBBE36512038B4f4540
Octal2733431452207013117105100
Binary101110111110001111001011001001110001011100111110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE365; }

 p { color: rgb(187,227,101); }

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

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

 a { background-color: rgb(187,227,101); }

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

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

 span { border-color: rgb(187,227,101); }

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