Html Css Color HEX #AFBC70 Caper

📋 copy color: '#AFBC70'

red 175 ◦ green 188 ◦ blue 112

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

Shades of Caper #AFBC70

Tints of Caper #AFBC70

RGB

 RED value IS 175 (68.75% from 255) = 36.84%

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

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

R = 36.84%
G = 39.58%
B = 23.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#AFBC70 (or 0xAFBC70) is known color: Caper. HEX triplet: AF, BC and 70. RGB value is (175,188,112). Sum of RGB (Red+Green+Blue) = 175+188+112=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC70 is #50438F. Grayscale: #AFAFAF. Windows color (decimal): -5260176 or 7388335. OLE color: 7388335.

HSL color Cylindrical-coordinate representation of color #AFBC70: hue angle of 70.26º 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 #AFBC70 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 112 -
CMYK 0.07 0 0.40 0.26
HSL 70.26º 0.36% 0.59% -
HSV(B) 70.26º 0.4% 0.74% -
XYZ 38.59 46.25 22.22 -
YUV 175.45 92.19 127.68 -
System Red Green Blue C M Y K H S L
Decimal 175 188 112 0.07 0 0.40 0.26 70.26 0.36 0.59
Hex AF BC 70 7 0 28 1A 46 24 3B
Octal 257 274 160 7 0 50 32 106 44 73
Binary 10101111 10111100 1110000 111 0 101000 11010 1000110 100100 111011

Color Harmonies of #AFBC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC70

Black with #AFBC70

Text Example


Text Example

White with #AFBC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC70; }

 p { color: rgb(175,188,112); }

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

background-color css

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

 a { background-color: rgb(175,188,112); }

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

border-color css

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

 span { border-color: rgb(175,188,112); }

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