#BBC14A

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

Shades of Celery #BBC14A

Tints of Celery #BBC14A

Color information

#BBC14A (or 0xBBC14A) is unknown color: approx Celery. HEX triplet: BB, C1 and 4A. RGB value is (187,193,74). Sum of RGB (Red+Green+Blue) = 187+193+74=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 74 (29.30% from 255 or 16.30% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC14A is #443EB5. Grayscale: #B2B2B2. Windows color (decimal): -4472502 or 4899259. OLE color: 4899259.

HSL color Cylindrical-coordinate representation of color #BBC14A: hue angle of 63.03º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBC14A is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB18719374-
CMYK0.0300.620.24
HSL63.03º48.97%52.35%-
HSV(B)63.03º61.66%75.69%-
XYZ40.849.213.82-
YUV177.6469.51134.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.19%
GREEN value IS 193 (75.78% from 255) = 42.51%
BLUE value IS 74 (29.30% from 255) = 16.30%
R=41.19%
G=42.51%
B=16.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal187193740.0300.620.2463.0348.9752.35
HexBBC14A303E183f3134
Octal273301112307630776164
Binary1011101111000001100101011011111011000111111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC14A; }

 p { color: rgb(187,193,74); }

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

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

 a { background-color: rgb(187,193,74); }

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

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

 span { border-color: rgb(187,193,74); }

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