Html Css Color HEX #A8B45B Olive Green

📋 copy color: '#A8B45B'

red 168 ◦ green 180 ◦ blue 91

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

Shades of Olive Green #A8B45B

Tints of Olive Green #A8B45B

RGB

 RED value IS 168 (66.02% from 255) = 38.27%

 GREEN value IS 180 (70.7% from 255) = 41%

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

R = 38.27%
G = 41%
B = 20.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#A8B45B (or 0xA8B45B) is known color: Olive Green. HEX triplet: A8, B4 and 5B. RGB value is (168,180,91). Sum of RGB (Red+Green+Blue) = 168+180+91=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B45B is #574BA4. Grayscale: #A6A6A6. Windows color (decimal): -5720997 or 6010024. OLE color: 6010024.

HSL color Cylindrical-coordinate representation of color #A8B45B: hue angle of 68.09º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8B45B is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 180 91 -
CMYK 0.07 0 0.49 0.29
HSL 68.09º 0.37% 0.53% -
HSV(B) 68.09º 0.49% 0.71% -
XYZ 34.36 41.72 16.14 -
YUV 166.27 85.52 129.24 -
System Red Green Blue C M Y K H S L
Decimal 168 180 91 0.07 0 0.49 0.29 68.09 0.37 0.53
Hex A8 B4 5B 7 0 31 1D 44 25 35
Octal 250 264 133 7 0 61 35 104 45 65
Binary 10101000 10110100 1011011 111 0 110001 11101 1000100 100101 110101

Color Harmonies of #A8B45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B45B

Black with #A8B45B

Text Example


Text Example

White with #A8B45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B45B; }

 p { color: rgb(168,180,91); }

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

background-color css

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

 a { background-color: rgb(168,180,91); }

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

border-color css

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

 span { border-color: rgb(168,180,91); }

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