Html Css Color HEX #ADB475 Locust

📋 copy color: '#ADB475'

red 173 ◦ green 180 ◦ blue 117

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

Shades of Locust #ADB475

Tints of Locust #ADB475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.89%

R = 36.81%
G = 38.3%
B = 24.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#ADB475 (or 0xADB475) is known color: Locust. HEX triplet: AD, B4 and 75. RGB value is (173,180,117). Sum of RGB (Red+Green+Blue) = 173+180+117=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB475 is #524B8A. Grayscale: #AAAAAA. Windows color (decimal): -5393291 or 7713965. OLE color: 7713965.

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

Color convert

RGB 173 180 117 -
CMYK 0.04 0 0.35 0.29
HSL 66.67º 0.3% 0.58% -
HSV(B) 66.67º 0.35% 0.71% -
XYZ 36.77 42.81 23.16 -
YUV 170.73 97.68 129.62 -
System Red Green Blue C M Y K H S L
Decimal 173 180 117 0.04 0 0.35 0.29 66.67 0.3 0.58
Hex AD B4 75 4 0 23 1D 43 1E 3A
Octal 255 264 165 4 0 43 35 103 36 72
Binary 10101101 10110100 1110101 100 0 100011 11101 1000011 11110 111010

Color Harmonies of #ADB475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB475

Black with #ADB475

Text Example


Text Example

White with #ADB475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB475; }

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

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

background-color css

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

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

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

border-color css

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

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

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