Html Css Color HEX #ADB378 Locust

📋 copy color: '#ADB378'

red 173 ◦ green 179 ◦ blue 120

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

Shades of Locust #ADB378

Tints of Locust #ADB378

RGB

 RED value IS 173 (67.97% from 255) = 36.65%

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

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

R = 36.65%
G = 37.92%
B = 25.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#ADB378 (or 0xADB378) is known color: Locust. HEX triplet: AD, B3 and 78. RGB value is (173,179,120). Sum of RGB (Red+Green+Blue) = 173+179+120=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB378 is #524C87. Grayscale: #AAAAAA. Windows color (decimal): -5393544 or 7910317. OLE color: 7910317.

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

Color convert

RGB 173 179 120 -
CMYK 0.03 0 0.33 0.30
HSL 66.1º 0.28% 0.59% -
HSV(B) 66.1º 0.33% 0.7% -
XYZ 36.74 42.48 24.03 -
YUV 170.48 99.51 129.8 -
System Red Green Blue C M Y K H S L
Decimal 173 179 120 0.03 0 0.33 0.30 66.1 0.28 0.59
Hex AD B3 78 3 0 21 1E 42 1C 3B
Octal 255 263 170 3 0 41 36 102 34 73
Binary 10101101 10110011 1111000 11 0 100001 11110 1000010 11100 111011

Color Harmonies of #ADB378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB378

Black with #ADB378

Text Example


Text Example

White with #ADB378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB378; }

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

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

background-color css

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

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

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

border-color css

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

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

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