Html Css Color HEX #ACB273 Locust

📋 copy color: '#ACB273'

red 172 ◦ green 178 ◦ blue 115

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

Shades of Locust #ACB273

Tints of Locust #ACB273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.73%

R = 36.99%
G = 38.28%
B = 24.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#ACB273 (or 0xACB273) is known color: Locust. HEX triplet: AC, B2 and 73. RGB value is (172,178,115). Sum of RGB (Red+Green+Blue) = 172+178+115=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB273 is #534D8C. Grayscale: #A9A9A9. Windows color (decimal): -5459341 or 7582380. OLE color: 7582380.

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

Color convert

RGB 172 178 115 -
CMYK 0.03 0 0.35 0.30
HSL 65.71º 0.29% 0.57% -
HSV(B) 65.71º 0.35% 0.7% -
XYZ 36.03 41.85 22.4 -
YUV 169.02 97.51 130.12 -
System Red Green Blue C M Y K H S L
Decimal 172 178 115 0.03 0 0.35 0.30 65.71 0.29 0.57
Hex AC B2 73 3 0 23 1E 42 1D 39
Octal 254 262 163 3 0 43 36 102 35 71
Binary 10101100 10110010 1110011 11 0 100011 11110 1000010 11101 111001

Color Harmonies of #ACB273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB273

Black with #ACB273

Text Example


Text Example

White with #ACB273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB273; }

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

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

background-color css

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

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

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

border-color css

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

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

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