Html Css Color HEX #ABBC64 Olive Green

📋 copy color: '#ABBC64'

red 171 ◦ green 188 ◦ blue 100

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

Shades of Olive Green #ABBC64

Tints of Olive Green #ABBC64

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.96%

 BLUE value IS 100 (39.45% from 255) = 21.79%

R = 37.25%
G = 40.96%
B = 21.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#ABBC64 (or 0xABBC64) is known color: Olive Green. HEX triplet: AB, BC and 64. RGB value is (171,188,100). Sum of RGB (Red+Green+Blue) = 171+188+100=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBC64 is #54439B. Grayscale: #ADADAD. Windows color (decimal): -5522332 or 6601899. OLE color: 6601899.

HSL color Cylindrical-coordinate representation of color #ABBC64: hue angle of 71.59º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABBC64 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 188 100 -
CMYK 0.09 0 0.47 0.26
HSL 71.59º 0.4% 0.56% -
HSV(B) 71.59º 0.47% 0.74% -
XYZ 37.08 45.54 18.89 -
YUV 172.89 86.87 126.66 -
System Red Green Blue C M Y K H S L
Decimal 171 188 100 0.09 0 0.47 0.26 71.59 0.4 0.56
Hex AB BC 64 9 0 2F 1A 48 28 38
Octal 253 274 144 11 0 57 32 110 50 70
Binary 10101011 10111100 1100100 1001 0 101111 11010 1001000 101000 111000

Color Harmonies of #ABBC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC64

Black with #ABBC64

Text Example


Text Example

White with #ABBC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC64; }

 p { color: rgb(171,188,100); }

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

background-color css

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

 a { background-color: rgb(171,188,100); }

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

border-color css

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

 span { border-color: rgb(171,188,100); }

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