Html Css Color HEX #ABBD72 Caper

📋 copy color: '#ABBD72'

red 171 ◦ green 189 ◦ blue 114

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

Shades of Caper #ABBD72

Tints of Caper #ABBD72

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.87%

 BLUE value IS 114 (44.92% from 255) = 24.05%

R = 36.08%
G = 39.87%
B = 24.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#ABBD72 (or 0xABBD72) is known color: Caper. HEX triplet: AB, BD and 72. RGB value is (171,189,114). Sum of RGB (Red+Green+Blue) = 171+189+114=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBD72 is #54428D. Grayscale: #AFAFAF. Windows color (decimal): -5522062 or 7519659. OLE color: 7519659.

HSL color Cylindrical-coordinate representation of color #ABBD72: hue angle of 74.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABBD72 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 189 114 -
CMYK 0.10 0 0.40 0.26
HSL 74.4º 0.36% 0.59% -
HSV(B) 74.4º 0.4% 0.74% -
XYZ 38.03 46.27 22.85 -
YUV 175.07 93.54 125.1 -
System Red Green Blue C M Y K H S L
Decimal 171 189 114 0.10 0 0.40 0.26 74.4 0.36 0.59
Hex AB BD 72 A 0 28 1A 4A 24 3B
Octal 253 275 162 12 0 50 32 112 44 73
Binary 10101011 10111101 1110010 1010 0 101000 11010 1001010 100100 111011

Color Harmonies of #ABBD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD72

Black with #ABBD72

Text Example


Text Example

White with #ABBD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD72; }

 p { color: rgb(171,189,114); }

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

background-color css

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

 a { background-color: rgb(171,189,114); }

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

border-color css

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

 span { border-color: rgb(171,189,114); }

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