Html Css Color HEX #ABCF74 Caper

📋 copy color: '#ABCF74'

red 171 ◦ green 207 ◦ blue 116

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

Shades of Caper #ABCF74

Tints of Caper #ABCF74

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.9%

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

R = 34.62%
G = 41.9%
B = 23.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#ABCF74 (or 0xABCF74) is known color: Caper. HEX triplet: AB, CF and 74. RGB value is (171,207,116). Sum of RGB (Red+Green+Blue) = 171+207+116=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCF74 is #54308B. Grayscale: #BABABA. Windows color (decimal): -5517452 or 7655339. OLE color: 7655339.

HSL color Cylindrical-coordinate representation of color #ABCF74: hue angle of 83.74º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABCF74 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 207 116 -
CMYK 0.17 0 0.44 0.19
HSL 83.74º 0.49% 0.63% -
HSV(B) 83.74º 0.44% 0.81% -
XYZ 42.26 54.54 24.82 -
YUV 185.86 88.57 117.4 -
System Red Green Blue C M Y K H S L
Decimal 171 207 116 0.17 0 0.44 0.19 83.74 0.49 0.63
Hex AB CF 74 11 0 2C 13 54 31 3F
Octal 253 317 164 21 0 54 23 124 61 77
Binary 10101011 11001111 1110100 10001 0 101100 10011 1010100 110001 111111

Color Harmonies of #ABCF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCF74

Black with #ABCF74

Text Example


Text Example

White with #ABCF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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