#bbc440

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

Shades of Celery #BBC440

Tints of Celery #BBC440

Color information

#BBC440 (or 0xBBC440) is unknown color: approx Celery. HEX triplet: BB, C4 and 40. RGB value is (187,196,64). Sum of RGB (Red+Green+Blue) = 187+196+64=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC440 is #443BBF. Grayscale: #B2B2B2. Windows color (decimal): -4471744 or 4244667. OLE color: 4244667.

HSL color Cylindrical-coordinate representation of color #BBC440: hue angle of 64.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBC440 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB18719664-
CMYK0.0500.670.23
HSL64.09º52.8%50.98%-
HSV(B)64.09º67.35%76.86%-
XYZ41.1650.4112.41-
YUV178.2663.52134.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.83%
GREEN value IS 196 (76.95% from 255) = 43.85%
BLUE value IS 64 (25.39% from 255) = 14.32%
R=41.83%
G=43.85%
B=14.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal187196640.0500.670.2364.0952.850.98
HexBBC440504317403533
Octal27330410050103271006563
Binary1011101111000100100000010101000011101111000000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbc440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbc440; }

 p { color: rgb(187,196,64); }

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

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

 a { background-color: rgb(187,196,64); }

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

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

 span { border-color: rgb(187,196,64); }

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