Html Css Color HEX #A8B372 Locust

📋 copy color: '#A8B372'

red 168 ◦ green 179 ◦ blue 114

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

Shades of Locust #A8B372

Tints of Locust #A8B372

RGB

 RED value IS 168 (66.02% from 255) = 36.44%

 GREEN value IS 179 (70.31% from 255) = 38.83%

 BLUE value IS 114 (44.92% from 255) = 24.73%

R = 36.44%
G = 38.83%
B = 24.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#A8B372 (or 0xA8B372) is known color: Locust. HEX triplet: A8, B3 and 72. RGB value is (168,179,114). Sum of RGB (Red+Green+Blue) = 168+179+114=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B372 is #574C8D. Grayscale: #A8A8A8. Windows color (decimal): -5721230 or 7517096. OLE color: 7517096.

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

Color convert

RGB 168 179 114 -
CMYK 0.06 0 0.36 0.30
HSL 70.15º 0.3% 0.57% -
HSV(B) 70.15º 0.36% 0.7% -
XYZ 35.31 41.78 22.12 -
YUV 168.3 97.36 127.79 -
System Red Green Blue C M Y K H S L
Decimal 168 179 114 0.06 0 0.36 0.30 70.15 0.3 0.57
Hex A8 B3 72 6 0 24 1E 46 1E 39
Octal 250 263 162 6 0 44 36 106 36 71
Binary 10101000 10110011 1110010 110 0 100100 11110 1000110 11110 111001

Color Harmonies of #A8B372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B372

Black with #A8B372

Text Example


Text Example

White with #A8B372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B372; }

 p { color: rgb(168,179,114); }

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

background-color css

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

 a { background-color: rgb(168,179,114); }

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

border-color css

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

 span { border-color: rgb(168,179,114); }

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