#BBCA48

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

Shades of Celery #BBCA48

Tints of Celery #BBCA48

Color information

#BBCA48 (or 0xBBCA48) is unknown color: approx Celery. HEX triplet: BB, CA and 48. RGB value is (187,202,72). Sum of RGB (Red+Green+Blue) = 187+202+72=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 72 (28.52% from 255 or 15.62% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCA48 is #4435B7. Grayscale: #B7B7B7. Windows color (decimal): -4470200 or 4770491. OLE color: 4770491.

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

Color convert

RGB18720272-
CMYK0.0700.640.21
HSL66.92º55.08%53.73%-
HSV(B)66.92º64.36%79.22%-
XYZ42.7853.2714.16-
YUV182.765.53131.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 202 (79.30% from 255) = 43.82%
BLUE value IS 72 (28.52% from 255) = 15.62%
R=40.56%
G=43.82%
B=15.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187202720.0700.640.2166.9255.0853.73
HexBBCA48704015433736
Octal27331211070100251036766
Binary1011101111001010100100011101000000101011000011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCA48; }

 p { color: rgb(187,202,72); }

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

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

 a { background-color: rgb(187,202,72); }

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

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

 span { border-color: rgb(187,202,72); }

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