Html Css Color HEX #ACB27F Locust

📋 copy color: '#ACB27F'

red 172 ◦ green 178 ◦ blue 127

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

Shades of Locust #ACB27F

Tints of Locust #ACB27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.62%

R = 36.06%
G = 37.32%
B = 26.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#ACB27F (or 0xACB27F) is known color: Locust. HEX triplet: AC, B2 and 7F. RGB value is (172,178,127). Sum of RGB (Red+Green+Blue) = 172+178+127=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB27F is #534D80. Grayscale: #AAAAAA. Windows color (decimal): -5459329 or 8368812. OLE color: 8368812.

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

Color convert

RGB 172 178 127 -
CMYK 0.03 0 0.29 0.30
HSL 67.06º 0.25% 0.6% -
HSV(B) 67.06º 0.29% 0.7% -
XYZ 36.76 42.14 26.28 -
YUV 170.39 103.51 129.15 -
System Red Green Blue C M Y K H S L
Decimal 172 178 127 0.03 0 0.29 0.30 67.06 0.25 0.6
Hex AC B2 7F 3 0 1D 1E 43 19 3C
Octal 254 262 177 3 0 35 36 103 31 74
Binary 10101100 10110010 1111111 11 0 11101 11110 1000011 11001 111100

Color Harmonies of #ACB27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB27F

Black with #ACB27F

Text Example


Text Example

White with #ACB27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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