Html Css Color HEX #ACB34B Celery

📋 copy color: '#ACB34B'

red 172 ◦ green 179 ◦ blue 75

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

Shades of Celery #ACB34B

Tints of Celery #ACB34B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.02%

 BLUE value IS 75 (29.69% from 255) = 17.61%

R = 40.38%
G = 42.02%
B = 17.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#ACB34B (or 0xACB34B) is known color: Celery. HEX triplet: AC, B3 and 4B. RGB value is (172,179,75). Sum of RGB (Red+Green+Blue) = 172+179+75=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB34B is #534CB4. Grayscale: #A5A5A5. Windows color (decimal): -5459125 or 4961196. OLE color: 4961196.

HSL color Cylindrical-coordinate representation of color #ACB34B: hue angle of 64.04º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACB34B is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 75 -
CMYK 0.04 0 0.58 0.30
HSL 64.04º 0.41% 0.5% -
HSV(B) 64.04º 0.58% 0.7% -
XYZ 34.4 41.52 12.86 -
YUV 165.05 77.18 132.96 -
System Red Green Blue C M Y K H S L
Decimal 172 179 75 0.04 0 0.58 0.30 64.04 0.41 0.5
Hex AC B3 4B 4 0 3A 1E 40 29 32
Octal 254 263 113 4 0 72 36 100 51 62
Binary 10101100 10110011 1001011 100 0 111010 11110 1000000 101001 110010

Color Harmonies of #ACB34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB34B

Black with #ACB34B

Text Example


Text Example

White with #ACB34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB34B; }

 p { color: rgb(172,179,75); }

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

background-color css

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

 a { background-color: rgb(172,179,75); }

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

border-color css

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

 span { border-color: rgb(172,179,75); }

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