Html Css Color HEX #ADB278 Locust

📋 copy color: '#ADB278'

red 173 ◦ green 178 ◦ blue 120

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

Shades of Locust #ADB278

Tints of Locust #ADB278

RGB

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

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

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

R = 36.73%
G = 37.79%
B = 25.48%

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

#ADB278 (or 0xADB278) is known color: Locust. HEX triplet: AD, B2 and 78. RGB value is (173,178,120). Sum of RGB (Red+Green+Blue) = 173+178+120=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB278 is #524D87. Grayscale: #AAAAAA. Windows color (decimal): -5393800 or 7910061. OLE color: 7910061.

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

Color convert

RGB 173 178 120 -
CMYK 0.03 0 0.33 0.30
HSL 65.17º 0.27% 0.58% -
HSV(B) 65.17º 0.33% 0.7% -
XYZ 36.54 42.08 23.97 -
YUV 169.89 99.84 130.22 -
System Red Green Blue C M Y K H S L
Decimal 173 178 120 0.03 0 0.33 0.30 65.17 0.27 0.58
Hex AD B2 78 3 0 21 1E 41 1B 3A
Octal 255 262 170 3 0 41 36 101 33 72
Binary 10101101 10110010 1111000 11 0 100001 11110 1000001 11011 111010

Color Harmonies of #ADB278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB278

Black with #ADB278

Text Example


Text Example

White with #ADB278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB278; }

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

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

background-color css

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

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

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

border-color css

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

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

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