#BBBA3E

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

Shades of Celery #BBBA3E

Tints of Celery #BBBA3E

Color information

#BBBA3E (or 0xBBBA3E) is unknown color: approx Celery. HEX triplet: BB, BA and 3E. RGB value is (187,186,62). Sum of RGB (Red+Green+Blue) = 187+186+62=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA3E is #4445C1. Grayscale: #ACACAC. Windows color (decimal): -4474306 or 4111035. OLE color: 4111035.

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

Color convert

RGB18718662-
CMYK00.010.670.27
HSL59.52º50.2%48.82%-
HSV(B)59.52º66.84%73.33%-
XYZ38.9246.0311.39-
YUV172.1665.83138.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.99%
GREEN value IS 186 (73.05% from 255) = 42.76%
BLUE value IS 62 (24.61% from 255) = 14.25%
R=42.99%
G=42.76%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871866200.010.670.2759.5250.248.82
HexBBBA3E01431B3c3231
Octal273272760110333746261
Binary101110111011101011111001100001111011111100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA3E; }

 p { color: rgb(187,186,62); }

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

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

 a { background-color: rgb(187,186,62); }

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

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

 span { border-color: rgb(187,186,62); }

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