Html Css Color HEX #ADB272 Locust

📋 copy color: '#ADB272'

red 173 ◦ green 178 ◦ blue 114

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

Shades of Locust #ADB272

Tints of Locust #ADB272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.52%

R = 37.2%
G = 38.28%
B = 24.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#ADB272 (or 0xADB272) is known color: Locust. HEX triplet: AD, B2 and 72. RGB value is (173,178,114). Sum of RGB (Red+Green+Blue) = 173+178+114=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB272 is #524D8D. Grayscale: #A9A9A9. Windows color (decimal): -5393806 or 7516845. OLE color: 7516845.

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

Color convert

RGB 173 178 114 -
CMYK 0.03 0 0.36 0.30
HSL 64.69º 0.29% 0.57% -
HSV(B) 64.69º 0.36% 0.7% -
XYZ 36.19 41.94 22.11 -
YUV 169.21 96.84 130.7 -
System Red Green Blue C M Y K H S L
Decimal 173 178 114 0.03 0 0.36 0.30 64.69 0.29 0.57
Hex AD B2 72 3 0 24 1E 41 1D 39
Octal 255 262 162 3 0 44 36 101 35 71
Binary 10101101 10110010 1110010 11 0 100100 11110 1000001 11101 111001

Color Harmonies of #ADB272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB272

Black with #ADB272

Text Example


Text Example

White with #ADB272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB272; }

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

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

background-color css

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

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

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

border-color css

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

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

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