Html Css Color HEX #ACB277 Locust

📋 copy color: '#ACB277'

red 172 ◦ green 178 ◦ blue 119

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

Shades of Locust #ACB277

Tints of Locust #ACB277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.37%

R = 36.67%
G = 37.95%
B = 25.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#ACB277 (or 0xACB277) is known color: Locust. HEX triplet: AC, B2 and 77. RGB value is (172,178,119). Sum of RGB (Red+Green+Blue) = 172+178+119=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB277 is #534D88. Grayscale: #A9A9A9. Windows color (decimal): -5459337 or 7844524. OLE color: 7844524.

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

Color convert

RGB 172 178 119 -
CMYK 0.03 0 0.33 0.30
HSL 66.1º 0.28% 0.58% -
HSV(B) 66.1º 0.33% 0.7% -
XYZ 36.26 41.94 23.64 -
YUV 169.48 99.51 129.8 -
System Red Green Blue C M Y K H S L
Decimal 172 178 119 0.03 0 0.33 0.30 66.1 0.28 0.58
Hex AC B2 77 3 0 21 1E 42 1C 3A
Octal 254 262 167 3 0 41 36 102 34 72
Binary 10101100 10110010 1110111 11 0 100001 11110 1000010 11100 111010

Color Harmonies of #ACB277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB277

Black with #ACB277

Text Example


Text Example

White with #ACB277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB277; }

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

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

background-color css

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

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

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

border-color css

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

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

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