Html Css Color HEX #ACBA42 Celery

📋 copy color: '#ACBA42'

red 172 ◦ green 186 ◦ blue 66

#ACBA42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #ACBA42

Tints of Celery #ACBA42

RGB

 RED value IS 172 (67.58% from 255) = 40.57%

 GREEN value IS 186 (73.05% from 255) = 43.87%

 BLUE value IS 66 (26.17% from 255) = 15.57%

R = 40.57%
G = 43.87%
B = 15.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#ACBA42 (or 0xACBA42) is known color: Celery. HEX triplet: AC, BA and 42. RGB value is (172,186,66). Sum of RGB (Red+Green+Blue) = 172+186+66=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 66 (26.17% from 255 or 15.57% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBA42 is #5345BD. Grayscale: #A8A8A8. Windows color (decimal): -5457342 or 4373164. OLE color: 4373164.

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

Color convert

RGB 172 186 66 -
CMYK 0.08 0 0.65 0.27
HSL 67º 0.48% 0.49% -
HSV(B) 67º 0.65% 0.73% -
XYZ 35.56 44.28 11.83 -
YUV 168.13 70.36 130.76 -
System Red Green Blue C M Y K H S L
Decimal 172 186 66 0.08 0 0.65 0.27 67 0.48 0.49
Hex AC BA 42 8 0 41 1B 43 30 31
Octal 254 272 102 10 0 101 33 103 60 61
Binary 10101100 10111010 1000010 1000 0 1000001 11011 1000011 110000 110001

Color Harmonies of #ACBA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBA42

Black with #ACBA42

Text Example


Text Example

White with #ACBA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBA42; }

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

 H1.HeaderClassName
 {
   color: #ACBA42;
 }
 .AnyTagClassName
 {
   color: #ACBA42;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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