#BBBD45

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

Shades of Celery #BBBD45

Tints of Celery #BBBD45

Color information

#BBBD45 (or 0xBBBD45) is unknown color: approx Celery. HEX triplet: BB, BD and 45. RGB value is (187,189,69). Sum of RGB (Red+Green+Blue) = 187+189+69=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 69 (27.34% from 255 or 15.51% from 445); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBD45 is #4442BA. Grayscale: #AFAFAF. Windows color (decimal): -4473531 or 4570555. OLE color: 4570555.

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

Color convert

RGB18718969-
CMYK0.0100.630.26
HSL61º47.62%50.59%-
HSV(B)61º63.49%74.12%-
XYZ39.7747.3912.68-
YUV174.7268.34136.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.02%
GREEN value IS 189 (74.22% from 255) = 42.47%
BLUE value IS 69 (27.34% from 255) = 15.51%
R=42.02%
G=42.47%
B=15.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187189690.0100.630.266147.6250.59
HexBBBD45103F1A3d3033
Octal273275105107732756063
Binary101110111011110110001011011111111010111101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD45; }

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

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

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

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

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

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

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

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