Html Css Color HEX #A8B378 Locust

📋 copy color: '#A8B378'

red 168 ◦ green 179 ◦ blue 120

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

Shades of Locust #A8B378

Tints of Locust #A8B378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.7%

R = 35.97%
G = 38.33%
B = 25.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#A8B378 (or 0xA8B378) is known color: Locust. HEX triplet: A8, B3 and 78. RGB value is (168,179,120). Sum of RGB (Red+Green+Blue) = 168+179+120=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B378 is #574C87. Grayscale: #A9A9A9. Windows color (decimal): -5721224 or 7910312. OLE color: 7910312.

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

Color convert

RGB 168 179 120 -
CMYK 0.06 0 0.33 0.30
HSL 71.19º 0.28% 0.59% -
HSV(B) 71.19º 0.33% 0.7% -
XYZ 35.66 41.92 23.98 -
YUV 168.99 100.36 127.3 -
System Red Green Blue C M Y K H S L
Decimal 168 179 120 0.06 0 0.33 0.30 71.19 0.28 0.59
Hex A8 B3 78 6 0 21 1E 47 1C 3B
Octal 250 263 170 6 0 41 36 107 34 73
Binary 10101000 10110011 1111000 110 0 100001 11110 1000111 11100 111011

Color Harmonies of #A8B378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B378

Black with #A8B378

Text Example


Text Example

White with #A8B378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B378; }

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

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

background-color css

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

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

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

border-color css

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

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

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