Html Css Color HEX #ACB14B Celery

📋 copy color: '#ACB14B'

red 172 ◦ green 177 ◦ blue 75

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

Shades of Celery #ACB14B

Tints of Celery #ACB14B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.75%

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

R = 40.57%
G = 41.75%
B = 17.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#ACB14B (or 0xACB14B) is known color: Celery. HEX triplet: AC, B1 and 4B. RGB value is (172,177,75). Sum of RGB (Red+Green+Blue) = 172+177+75=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB14B is #534EB4. Grayscale: #A4A4A4. Windows color (decimal): -5459637 or 4960684. OLE color: 4960684.

HSL color Cylindrical-coordinate representation of color #ACB14B: hue angle of 62.94º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACB14B is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 75 -
CMYK 0.03 0 0.58 0.31
HSL 62.94º 0.4% 0.49% -
HSV(B) 62.94º 0.58% 0.69% -
XYZ 34.01 40.72 12.72 -
YUV 163.88 77.84 133.79 -
System Red Green Blue C M Y K H S L
Decimal 172 177 75 0.03 0 0.58 0.31 62.94 0.4 0.49
Hex AC B1 4B 3 0 3A 1F 3F 28 31
Octal 254 261 113 3 0 72 37 77 50 61
Binary 10101100 10110001 1001011 11 0 111010 11111 111111 101000 110001

Color Harmonies of #ACB14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB14B

Black with #ACB14B

Text Example


Text Example

White with #ACB14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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