Html Css Color HEX #ADB27B Locust

📋 copy color: '#ADB27B'

red 173 ◦ green 178 ◦ blue 123

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

Shades of Locust #ADB27B

Tints of Locust #ADB27B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.95%

R = 36.5%
G = 37.55%
B = 25.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#ADB27B (or 0xADB27B) is known color: Locust. HEX triplet: AD, B2 and 7B. RGB value is (173,178,123). Sum of RGB (Red+Green+Blue) = 173+178+123=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB27B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB27B is #524D84. Grayscale: #AAAAAA. Windows color (decimal): -5393797 or 8106669. OLE color: 8106669.

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

Color convert

RGB 173 178 123 -
CMYK 0.03 0 0.31 0.30
HSL 65.45º 0.26% 0.59% -
HSV(B) 65.45º 0.31% 0.7% -
XYZ 36.73 42.16 24.94 -
YUV 170.24 101.34 129.97 -
System Red Green Blue C M Y K H S L
Decimal 173 178 123 0.03 0 0.31 0.30 65.45 0.26 0.59
Hex AD B2 7B 3 0 1F 1E 41 1A 3B
Octal 255 262 173 3 0 37 36 101 32 73
Binary 10101101 10110010 1111011 11 0 11111 11110 1000001 11010 111011

Color Harmonies of #ADB27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB27B

Black with #ADB27B

Text Example


Text Example

White with #ADB27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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