Html Css Color HEX #ACB27C Locust

📋 copy color: '#ACB27C'

red 172 ◦ green 178 ◦ blue 124

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

Shades of Locust #ACB27C

Tints of Locust #ACB27C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.55%

 BLUE value IS 124 (48.83% from 255) = 26.16%

R = 36.29%
G = 37.55%
B = 26.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#ACB27C (or 0xACB27C) is known color: Locust. HEX triplet: AC, B2 and 7C. RGB value is (172,178,124). Sum of RGB (Red+Green+Blue) = 172+178+124=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB27C is #534D83. Grayscale: #AAAAAA. Windows color (decimal): -5459332 or 8172204. OLE color: 8172204.

HSL color Cylindrical-coordinate representation of color #ACB27C: hue angle of 66.67º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACB27C is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 178 124 -
CMYK 0.03 0 0.30 0.30
HSL 66.67º 0.26% 0.59% -
HSV(B) 66.67º 0.3% 0.7% -
XYZ 36.57 42.07 25.26 -
YUV 170.05 102.01 129.39 -
System Red Green Blue C M Y K H S L
Decimal 172 178 124 0.03 0 0.30 0.30 66.67 0.26 0.59
Hex AC B2 7C 3 0 1E 1E 43 1A 3B
Octal 254 262 174 3 0 36 36 103 32 73
Binary 10101100 10110010 1111100 11 0 11110 11110 1000011 11010 111011

Color Harmonies of #ACB27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB27C

Black with #ACB27C

Text Example


Text Example

White with #ACB27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB27C; }

 p { color: rgb(172,178,124); }

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

background-color css

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

 a { background-color: rgb(172,178,124); }

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

border-color css

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

 span { border-color: rgb(172,178,124); }

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