Html Css Color HEX #A5B279 Locust

📋 copy color: '#A5B279'

red 165 ◦ green 178 ◦ blue 121

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

Shades of Locust #A5B279

Tints of Locust #A5B279

RGB

 RED value IS 165 (64.84% from 255) = 35.56%

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

 BLUE value IS 121 (47.66% from 255) = 26.08%

R = 35.56%
G = 38.36%
B = 26.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#A5B279 (or 0xA5B279) is known color: Locust. HEX triplet: A5, B2 and 79. RGB value is (165,178,121). Sum of RGB (Red+Green+Blue) = 165+178+121=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B279 is #5A4D86. Grayscale: #A7A7A7. Windows color (decimal): -5918087 or 7975589. OLE color: 7975589.

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

Color convert

RGB 165 178 121 -
CMYK 0.07 0 0.32 0.30
HSL 73.68º 0.27% 0.59% -
HSV(B) 73.68º 0.32% 0.7% -
XYZ 34.89 41.22 24.21 -
YUV 167.62 101.69 126.13 -
System Red Green Blue C M Y K H S L
Decimal 165 178 121 0.07 0 0.32 0.30 73.68 0.27 0.59
Hex A5 B2 79 7 0 20 1E 4A 1B 3B
Octal 245 262 171 7 0 40 36 112 33 73
Binary 10100101 10110010 1111001 111 0 100000 11110 1001010 11011 111011

Color Harmonies of #A5B279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B279

Black with #A5B279

Text Example


Text Example

White with #A5B279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B279; }

 p { color: rgb(165,178,121); }

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

background-color css

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

 a { background-color: rgb(165,178,121); }

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

border-color css

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

 span { border-color: rgb(165,178,121); }

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