Html Css Color HEX #ABBD74 Caper

📋 copy color: '#ABBD74'

red 171 ◦ green 189 ◦ blue 116

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

Shades of Caper #ABBD74

Tints of Caper #ABBD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.37%

R = 35.92%
G = 39.71%
B = 24.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#ABBD74 (or 0xABBD74) is known color: Caper. HEX triplet: AB, BD and 74. RGB value is (171,189,116). Sum of RGB (Red+Green+Blue) = 171+189+116=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBD74 is #54428B. Grayscale: #AFAFAF. Windows color (decimal): -5522060 or 7650731. OLE color: 7650731.

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

Color convert

RGB 171 189 116 -
CMYK 0.10 0 0.39 0.26
HSL 74.79º 0.36% 0.6% -
HSV(B) 74.79º 0.39% 0.74% -
XYZ 38.14 46.31 23.45 -
YUV 175.3 94.54 124.94 -
System Red Green Blue C M Y K H S L
Decimal 171 189 116 0.10 0 0.39 0.26 74.79 0.36 0.6
Hex AB BD 74 A 0 27 1A 4B 24 3C
Octal 253 275 164 12 0 47 32 113 44 74
Binary 10101011 10111101 1110100 1010 0 100111 11010 1001011 100100 111100

Color Harmonies of #ABBD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD74

Black with #ABBD74

Text Example


Text Example

White with #ABBD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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