Html Css Color HEX #ADB05F Olive Green

📋 copy color: '#ADB05F'

red 173 ◦ green 176 ◦ blue 95

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

Shades of Olive Green #ADB05F

Tints of Olive Green #ADB05F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.64%

 BLUE value IS 95 (37.5% from 255) = 21.4%

R = 38.96%
G = 39.64%
B = 21.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#ADB05F (or 0xADB05F) is known color: Olive Green. HEX triplet: AD, B0 and 5F. RGB value is (173,176,95). Sum of RGB (Red+Green+Blue) = 173+176+95=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB05F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB05F is #524FA0. Grayscale: #A6A6A6. Windows color (decimal): -5394337 or 6271149. OLE color: 6271149.

HSL color Cylindrical-coordinate representation of color #ADB05F: hue angle of 62.22º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADB05F is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 95 -
CMYK 0.02 0 0.46 0.31
HSL 62.22º 0.34% 0.53% -
HSV(B) 62.22º 0.46% 0.69% -
XYZ 34.82 40.76 16.86 -
YUV 165.87 88.01 133.09 -
System Red Green Blue C M Y K H S L
Decimal 173 176 95 0.02 0 0.46 0.31 62.22 0.34 0.53
Hex AD B0 5F 2 0 2E 1F 3E 22 35
Octal 255 260 137 2 0 56 37 76 42 65
Binary 10101101 10110000 1011111 10 0 101110 11111 111110 100010 110101

Color Harmonies of #ADB05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB05F

Black with #ADB05F

Text Example


Text Example

White with #ADB05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB05F; }

 p { color: rgb(173,176,95); }

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

background-color css

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

 a { background-color: rgb(173,176,95); }

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

border-color css

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

 span { border-color: rgb(173,176,95); }

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