Html Css Color HEX #ABBF70 Caper

📋 copy color: '#ABBF70'

red 171 ◦ green 191 ◦ blue 112

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

Shades of Caper #ABBF70

Tints of Caper #ABBF70

RGB

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

 GREEN value IS 191 (75% from 255) = 40.3%

 BLUE value IS 112 (44.14% from 255) = 23.63%

R = 36.08%
G = 40.3%
B = 23.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#ABBF70 (or 0xABBF70) is known color: Caper. HEX triplet: AB, BF and 70. RGB value is (171,191,112). Sum of RGB (Red+Green+Blue) = 171+191+112=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBF70 is #54408F. Grayscale: #B0B0B0. Windows color (decimal): -5521552 or 7389099. OLE color: 7389099.

HSL color Cylindrical-coordinate representation of color #ABBF70: hue angle of 75.19º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABBF70 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 191 112 -
CMYK 0.10 0 0.41 0.25
HSL 75.19º 0.38% 0.59% -
HSV(B) 75.19º 0.41% 0.75% -
XYZ 38.35 47.09 22.4 -
YUV 176.01 91.87 124.42 -
System Red Green Blue C M Y K H S L
Decimal 171 191 112 0.10 0 0.41 0.25 75.19 0.38 0.59
Hex AB BF 70 A 0 29 19 4B 26 3B
Octal 253 277 160 12 0 51 31 113 46 73
Binary 10101011 10111111 1110000 1010 0 101001 11001 1001011 100110 111011

Color Harmonies of #ABBF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBF70

Black with #ABBF70

Text Example


Text Example

White with #ABBF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBF70; }

 p { color: rgb(171,191,112); }

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

background-color css

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

 a { background-color: rgb(171,191,112); }

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

border-color css

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

 span { border-color: rgb(171,191,112); }

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