Html Css Color HEX #ADB05B Olive Green

📋 copy color: '#ADB05B'

red 173 ◦ green 176 ◦ blue 91

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

Shades of Olive Green #ADB05B

Tints of Olive Green #ADB05B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.68%

R = 39.32%
G = 40%
B = 20.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#ADB05B (or 0xADB05B) is known color: Olive Green. HEX triplet: AD, B0 and 5B. RGB value is (173,176,91). Sum of RGB (Red+Green+Blue) = 173+176+91=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB05B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB05B is #524FA4. Grayscale: #A5A5A5. Windows color (decimal): -5394341 or 6009005. OLE color: 6009005.

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

Color convert

RGB 173 176 91 -
CMYK 0.02 0 0.48 0.31
HSL 62.12º 0.35% 0.52% -
HSV(B) 62.12º 0.48% 0.69% -
XYZ 34.65 40.69 15.93 -
YUV 165.41 86.01 133.41 -
System Red Green Blue C M Y K H S L
Decimal 173 176 91 0.02 0 0.48 0.31 62.12 0.35 0.52
Hex AD B0 5B 2 0 30 1F 3E 23 34
Octal 255 260 133 2 0 60 37 76 43 64
Binary 10101101 10110000 1011011 10 0 110000 11111 111110 100011 110100

Color Harmonies of #ADB05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB05B

Black with #ADB05B

Text Example


Text Example

White with #ADB05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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