Html Css Color HEX #A4B277 Locust

📋 copy color: '#A4B277'

red 164 ◦ green 178 ◦ blue 119

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

Shades of Locust #A4B277

Tints of Locust #A4B277

RGB

 RED value IS 164 (64.45% from 255) = 35.57%

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

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

R = 35.57%
G = 38.61%
B = 25.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#A4B277 (or 0xA4B277) is known color: Locust. HEX triplet: A4, B2 and 77. RGB value is (164,178,119). Sum of RGB (Red+Green+Blue) = 164+178+119=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B277 is #5B4D88. Grayscale: #A7A7A7. Windows color (decimal): -5983625 or 7844516. OLE color: 7844516.

HSL color Cylindrical-coordinate representation of color #A4B277: hue angle of 74.24º 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 #A4B277 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 178 119 -
CMYK 0.08 0 0.33 0.30
HSL 74.24º 0.28% 0.58% -
HSV(B) 74.24º 0.33% 0.7% -
XYZ 34.56 41.07 23.56 -
YUV 167.09 100.86 125.8 -
System Red Green Blue C M Y K H S L
Decimal 164 178 119 0.08 0 0.33 0.30 74.24 0.28 0.58
Hex A4 B2 77 8 0 21 1E 4A 1C 3A
Octal 244 262 167 10 0 41 36 112 34 72
Binary 10100100 10110010 1110111 1000 0 100001 11110 1001010 11100 111010

Color Harmonies of #A4B277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B277

Black with #A4B277

Text Example


Text Example

White with #A4B277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B277; }

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

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

background-color css

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

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

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

border-color css

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

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

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