Html Css Color HEX #ADB254 Olive Green

📋 copy color: '#ADB254'

red 173 ◦ green 178 ◦ blue 84

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

Shades of Olive Green #ADB254

Tints of Olive Green #ADB254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.31%

R = 39.77%
G = 40.92%
B = 19.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#ADB254 (or 0xADB254) is known color: Olive Green. HEX triplet: AD, B2 and 54. RGB value is (173,178,84). Sum of RGB (Red+Green+Blue) = 173+178+84=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 84 (33.20% from 255 or 19.31% from 435); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB254 is #524DAB. Grayscale: #A6A6A6. Windows color (decimal): -5393836 or 5550765. OLE color: 5550765.

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

Color convert

RGB 173 178 84 -
CMYK 0.03 0 0.53 0.30
HSL 63.19º 0.38% 0.51% -
HSV(B) 63.19º 0.53% 0.7% -
XYZ 34.75 41.37 14.54 -
YUV 165.79 81.84 133.14 -
System Red Green Blue C M Y K H S L
Decimal 173 178 84 0.03 0 0.53 0.30 63.19 0.38 0.51
Hex AD B2 54 3 0 35 1E 3F 26 33
Octal 255 262 124 3 0 65 36 77 46 63
Binary 10101101 10110010 1010100 11 0 110101 11110 111111 100110 110011

Color Harmonies of #ADB254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB254

Black with #ADB254

Text Example


Text Example

White with #ADB254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB254; }

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

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

background-color css

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

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

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

border-color css

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

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

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