#BBE460

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

Shades of Conifer #BBE460

Tints of Conifer #BBE460

Color information

#BBE460 (or 0xBBE460) is unknown color: approx Conifer. HEX triplet: BB, E4 and 60. RGB value is (187,228,96). Sum of RGB (Red+Green+Blue) = 187+228+96=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 228 (89.45% from 255 or 44.62% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE460 is #441B9F. Grayscale: #C9C9C9. Windows color (decimal): -4463520 or 6350011. OLE color: 6350011.

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

Color convert

RGB18722896-
CMYK0.1800.580.11
HSL78.64º70.97%63.53%-
HSV(B)78.64º57.89%89.41%-
XYZ50.3566.921.32-
YUV200.6968.92118.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.59%
GREEN value IS 228 (89.45% from 255) = 44.62%
BLUE value IS 96 (37.89% from 255) = 18.79%
R=36.59%
G=44.62%
B=18.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal187228960.1800.580.1178.6470.9763.53
HexBBE4601203AB4f4740
Octal2733441402207213117107100
Binary101110111110010011000001001001110101011100111110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE460; }

 p { color: rgb(187,228,96); }

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

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

 a { background-color: rgb(187,228,96); }

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

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

 span { border-color: rgb(187,228,96); }

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