Html Css Color HEX #ADB04E Olive Green

📋 copy color: '#ADB04E'

red 173 ◦ green 176 ◦ blue 78

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

Shades of Olive Green #ADB04E

Tints of Olive Green #ADB04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.27%

R = 40.52%
G = 41.22%
B = 18.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#ADB04E (or 0xADB04E) is known color: Olive Green. HEX triplet: AD, B0 and 4E. RGB value is (173,176,78). Sum of RGB (Red+Green+Blue) = 173+176+78=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 78 (30.86% from 255 or 18.27% from 427); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB04E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB04E is #524FB1. Grayscale: #A4A4A4. Windows color (decimal): -5394354 or 5157037. OLE color: 5157037.

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

Color convert

RGB 173 176 78 -
CMYK 0.02 0 0.56 0.31
HSL 61.84º 0.39% 0.5% -
HSV(B) 61.84º 0.56% 0.69% -
XYZ 34.13 40.48 13.22 -
YUV 163.93 79.51 134.47 -
System Red Green Blue C M Y K H S L
Decimal 173 176 78 0.02 0 0.56 0.31 61.84 0.39 0.5
Hex AD B0 4E 2 0 38 1F 3E 27 32
Octal 255 260 116 2 0 70 37 76 47 62
Binary 10101101 10110000 1001110 10 0 111000 11111 111110 100111 110010

Color Harmonies of #ADB04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB04E

Black with #ADB04E

Text Example


Text Example

White with #ADB04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB04E; }

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

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

background-color css

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

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

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

border-color css

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

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

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