Html Css Color HEX #ADB478 Locust

📋 copy color: '#ADB478'

red 173 ◦ green 180 ◦ blue 120

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

Shades of Locust #ADB478

Tints of Locust #ADB478

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.05%

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

R = 36.58%
G = 38.05%
B = 25.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#ADB478 (or 0xADB478) is known color: Locust. HEX triplet: AD, B4 and 78. RGB value is (173,180,120). Sum of RGB (Red+Green+Blue) = 173+180+120=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB478 is #524B87. Grayscale: #ABABAB. Windows color (decimal): -5393288 or 7910573. OLE color: 7910573.

HSL color Cylindrical-coordinate representation of color #ADB478: hue angle of 67º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADB478 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 120 -
CMYK 0.04 0 0.33 0.29
HSL 67º 0.29% 0.59% -
HSV(B) 67º 0.33% 0.71% -
XYZ 36.95 42.88 24.1 -
YUV 171.07 99.18 129.38 -
System Red Green Blue C M Y K H S L
Decimal 173 180 120 0.04 0 0.33 0.29 67 0.29 0.59
Hex AD B4 78 4 0 21 1D 43 1D 3B
Octal 255 264 170 4 0 41 35 103 35 73
Binary 10101101 10110100 1111000 100 0 100001 11101 1000011 11101 111011

Color Harmonies of #ADB478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB478

Black with #ADB478

Text Example


Text Example

White with #ADB478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB478; }

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

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

background-color css

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

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

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

border-color css

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

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

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