#BACA42

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

Shades of Celery #BACA42

Tints of Celery #BACA42

Color information

#BACA42 (or 0xBACA42) is unknown color: approx Celery. HEX triplet: BA, CA and 42. RGB value is (186,202,66). Sum of RGB (Red+Green+Blue) = 186+202+66=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 66 (26.17% from 255 or 14.54% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACA42 is #4535BD. Grayscale: #B6B6B6. Windows color (decimal): -4535742 or 4377274. OLE color: 4377274.

HSL color Cylindrical-coordinate representation of color #BACA42: hue angle of 67.06º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BACA42 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB18620266-
CMYK0.0800.670.21
HSL67.06º56.2%52.55%-
HSV(B)67.06º67.33%79.22%-
XYZ42.3553.0713.17-
YUV181.7162.7131.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 202 (79.30% from 255) = 44.49%
BLUE value IS 66 (26.17% from 255) = 14.54%
R=40.97%
G=44.49%
B=14.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186202660.0800.670.2167.0656.252.55
HexBACA42804315433835
Octal272312102100103251037065
Binary10111010110010101000010100001000011101011000011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA42; }

 p { color: rgb(186,202,66); }

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

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

 a { background-color: rgb(186,202,66); }

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

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

 span { border-color: rgb(186,202,66); }

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