Html Css Color HEX #ADB27F Locust

📋 copy color: '#ADB27F'

red 173 ◦ green 178 ◦ blue 127

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

Shades of Locust #ADB27F

Tints of Locust #ADB27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.57%

R = 36.19%
G = 37.24%
B = 26.57%

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

#ADB27F (or 0xADB27F) is known color: Locust. HEX triplet: AD, B2 and 7F. RGB value is (173,178,127). Sum of RGB (Red+Green+Blue) = 173+178+127=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB27F is #524D80. Grayscale: #AAAAAA. Windows color (decimal): -5393793 or 8368813. OLE color: 8368813.

HSL color Cylindrical-coordinate representation of color #ADB27F: hue angle of 65.88º 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 #ADB27F is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 178 127 -
CMYK 0.03 0 0.29 0.30
HSL 65.88º 0.25% 0.6% -
HSV(B) 65.88º 0.29% 0.7% -
XYZ 36.98 42.26 26.29 -
YUV 170.69 103.34 129.65 -
System Red Green Blue C M Y K H S L
Decimal 173 178 127 0.03 0 0.29 0.30 65.88 0.25 0.6
Hex AD B2 7F 3 0 1D 1E 42 19 3C
Octal 255 262 177 3 0 35 36 102 31 74
Binary 10101101 10110010 1111111 11 0 11101 11110 1000010 11001 111100

Color Harmonies of #ADB27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB27F

Black with #ADB27F

Text Example


Text Example

White with #ADB27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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