Html Css Color HEX #ADB267 Olive Green

📋 copy color: '#ADB267'

red 173 ◦ green 178 ◦ blue 103

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

Shades of Olive Green #ADB267

Tints of Olive Green #ADB267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.69%

R = 38.11%
G = 39.21%
B = 22.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#ADB267 (or 0xADB267) is known color: Olive Green. HEX triplet: AD, B2 and 67. RGB value is (173,178,103). Sum of RGB (Red+Green+Blue) = 173+178+103=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 103 (40.62% from 255 or 22.69% from 454); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB267 is #524D98. Grayscale: #A8A8A8. Windows color (decimal): -5393817 or 6795949. OLE color: 6795949.

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

Color convert

RGB 173 178 103 -
CMYK 0.03 0 0.42 0.30
HSL 64º 0.33% 0.55% -
HSV(B) 64º 0.42% 0.7% -
XYZ 35.6 41.7 19.01 -
YUV 167.96 91.34 131.6 -
System Red Green Blue C M Y K H S L
Decimal 173 178 103 0.03 0 0.42 0.30 64 0.33 0.55
Hex AD B2 67 3 0 2A 1E 40 21 37
Octal 255 262 147 3 0 52 36 100 41 67
Binary 10101101 10110010 1100111 11 0 101010 11110 1000000 100001 110111

Color Harmonies of #ADB267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB267

Black with #ADB267

Text Example


Text Example

White with #ADB267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB267; }

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

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

background-color css

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

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

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

border-color css

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

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

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