Html Css Color HEX #ADB27E Locust

📋 copy color: '#ADB27E'

red 173 ◦ green 178 ◦ blue 126

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

Shades of Locust #ADB27E

Tints of Locust #ADB27E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.42%

R = 36.27%
G = 37.32%
B = 26.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#ADB27E (or 0xADB27E) is known color: Locust. HEX triplet: AD, B2 and 7E. RGB value is (173,178,126). Sum of RGB (Red+Green+Blue) = 173+178+126=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB27E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB27E is #524D81. Grayscale: #AAAAAA. Windows color (decimal): -5393794 or 8303277. OLE color: 8303277.

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

Color convert

RGB 173 178 126 -
CMYK 0.03 0 0.29 0.30
HSL 65.77º 0.25% 0.6% -
HSV(B) 65.77º 0.29% 0.7% -
XYZ 36.92 42.23 25.94 -
YUV 170.58 102.84 129.73 -
System Red Green Blue C M Y K H S L
Decimal 173 178 126 0.03 0 0.29 0.30 65.77 0.25 0.6
Hex AD B2 7E 3 0 1D 1E 42 19 3C
Octal 255 262 176 3 0 35 36 102 31 74
Binary 10101101 10110010 1111110 11 0 11101 11110 1000010 11001 111100

Color Harmonies of #ADB27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB27E

Black with #ADB27E

Text Example


Text Example

White with #ADB27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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