#BABB4B

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

Shades of Celery #BABB4B

Tints of Celery #BABB4B

Color information

#BABB4B (or 0xBABB4B) is unknown color: approx Celery. HEX triplet: BA, BB and 4B. RGB value is (186,187,75). Sum of RGB (Red+Green+Blue) = 186+187+75=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 75 (29.69% from 255 or 16.74% from 448); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABB4B is #4544B4. Grayscale: #AEAEAE. Windows color (decimal): -4539573 or 4963258. OLE color: 4963258.

HSL color Cylindrical-coordinate representation of color #BABB4B: hue angle of 60.54º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BABB4B is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB18618775-
CMYK0.0100.600.27
HSL60.54º45.16%51.37%-
HSV(B)60.54º59.89%73.33%-
XYZ39.2946.4913.56-
YUV173.9372.17136.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 187 (73.44% from 255) = 41.74%
BLUE value IS 75 (29.69% from 255) = 16.74%
R=41.52%
G=41.74%
B=16.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186187750.0100.600.2760.5445.1651.37
HexBABB4B103C1B3d2d33
Octal272273113107433755563
Binary101110101011101110010111011110011011111101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABB4B; }

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

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

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

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

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

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

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

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