Html Css Color HEX #ABB25B Olive Green

📋 copy color: '#ABB25B'

red 171 ◦ green 178 ◦ blue 91

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

Shades of Olive Green #ABB25B

Tints of Olive Green #ABB25B

RGB

 RED value IS 171 (67.19% from 255) = 38.86%

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

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

R = 38.86%
G = 40.45%
B = 20.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#ABB25B (or 0xABB25B) is known color: Olive Green. HEX triplet: AB, B2 and 5B. RGB value is (171,178,91). Sum of RGB (Red+Green+Blue) = 171+178+91=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB25B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB25B is #544DA4. Grayscale: #A6A6A6. Windows color (decimal): -5524901 or 6009515. OLE color: 6009515.

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

Color convert

RGB 171 178 91 -
CMYK 0.04 0 0.49 0.30
HSL 64.83º 0.36% 0.53% -
HSV(B) 64.83º 0.49% 0.7% -
XYZ 34.6 41.25 16.04 -
YUV 165.99 85.68 131.57 -
System Red Green Blue C M Y K H S L
Decimal 171 178 91 0.04 0 0.49 0.30 64.83 0.36 0.53
Hex AB B2 5B 4 0 31 1E 41 24 35
Octal 253 262 133 4 0 61 36 101 44 65
Binary 10101011 10110010 1011011 100 0 110001 11110 1000001 100100 110101

Color Harmonies of #ABB25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB25B

Black with #ABB25B

Text Example


Text Example

White with #ABB25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB25B; }

 p { color: rgb(171,178,91); }

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

background-color css

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

 a { background-color: rgb(171,178,91); }

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

border-color css

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

 span { border-color: rgb(171,178,91); }

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