#BBC63A

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

Shades of Celery #BBC63A

Tints of Celery #BBC63A

Color information

#BBC63A (or 0xBBC63A) is unknown color: approx Celery. HEX triplet: BB, C6 and 3A. RGB value is (187,198,58). Sum of RGB (Red+Green+Blue) = 187+198+58=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC63A is #4439C5. Grayscale: #B3B3B3. Windows color (decimal): -4471238 or 3851963. OLE color: 3851963.

HSL color Cylindrical-coordinate representation of color #BBC63A: hue angle of 64.71º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBC63A is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB18719858-
CMYK0.0600.710.22
HSL64.71º55.12%50.2%-
HSV(B)64.71º70.71%77.65%-
XYZ41.4551.2611.71-
YUV178.7559.86133.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.21%
GREEN value IS 198 (77.73% from 255) = 44.70%
BLUE value IS 58 (23.05% from 255) = 13.09%
R=42.21%
G=44.70%
B=13.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal187198580.0600.710.2264.7155.1250.2
HexBBC63A604716413732
Octal2733067260107261016762
Binary101110111100011011101011001000111101101000001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC63A; }

 p { color: rgb(187,198,58); }

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

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

 a { background-color: rgb(187,198,58); }

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

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

 span { border-color: rgb(187,198,58); }

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