#BBBD41

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

Shades of Celery #BBBD41

Tints of Celery #BBBD41

Color information

#BBBD41 (or 0xBBBD41) is unknown color: approx Celery. HEX triplet: BB, BD and 41. RGB value is (187,189,65). Sum of RGB (Red+Green+Blue) = 187+189+65=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBD41 is #4442BE. Grayscale: #AEAEAE. Windows color (decimal): -4473535 or 4308411. OLE color: 4308411.

HSL color Cylindrical-coordinate representation of color #BBBD41: hue angle of 60.97º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBBD41 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB18718965-
CMYK0.0100.660.26
HSL60.97º48.82%49.8%-
HSV(B)60.97º65.61%74.12%-
XYZ39.6547.3412.05-
YUV174.2766.34137.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 189 (74.22% from 255) = 42.86%
BLUE value IS 65 (25.78% from 255) = 14.74%
R=42.40%
G=42.86%
B=14.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187189650.0100.660.2660.9748.8249.8
HexBBBD4110421A3d3132
Octal2732751011010232756162
Binary1011101110111101100000110100001011010111101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD41; }

 p { color: rgb(187,189,65); }

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

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

 a { background-color: rgb(187,189,65); }

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

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

 span { border-color: rgb(187,189,65); }

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