#BBC14B

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

Shades of Celery #BBC14B

Tints of Celery #BBC14B

Color information

#BBC14B (or 0xBBC14B) is unknown color: approx Celery. HEX triplet: BB, C1 and 4B. RGB value is (187,193,75). Sum of RGB (Red+Green+Blue) = 187+193+75=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 75 (29.69% from 255 or 16.48% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC14B is #443EB4. Grayscale: #B2B2B2. Windows color (decimal): -4472501 or 4964795. OLE color: 4964795.

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

Color convert

RGB18719375-
CMYK0.0300.610.24
HSL63.05º48.76%52.55%-
HSV(B)63.05º61.14%75.69%-
XYZ40.8349.2114-
YUV177.7570.01134.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 193 (75.78% from 255) = 42.42%
BLUE value IS 75 (29.69% from 255) = 16.48%
R=41.10%
G=42.42%
B=16.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal187193750.0300.610.2463.0548.7652.55
HexBBC14B303D183f3135
Octal273301113307530776165
Binary1011101111000001100101111011110111000111111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC14B; }

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

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

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

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

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

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

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

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