Html Css Color HEX #AFBC83 Caper

📋 copy color: '#AFBC83'

red 175 ◦ green 188 ◦ blue 131

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

Shades of Caper #AFBC83

Tints of Caper #AFBC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.52%

R = 35.43%
G = 38.06%
B = 26.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#AFBC83 (or 0xAFBC83) is known color: Caper. HEX triplet: AF, BC and 83. RGB value is (175,188,131). Sum of RGB (Red+Green+Blue) = 175+188+131=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBC83 is #50437C. Grayscale: #B1B1B1. Windows color (decimal): -5260157 or 8633519. OLE color: 8633519.

HSL color Cylindrical-coordinate representation of color #AFBC83: hue angle of 73.68º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFBC83 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 131 -
CMYK 0.07 0 0.30 0.26
HSL 73.68º 0.3% 0.63% -
HSV(B) 73.68º 0.3% 0.74% -
XYZ 39.76 46.72 28.39 -
YUV 177.62 101.69 126.13 -
System Red Green Blue C M Y K H S L
Decimal 175 188 131 0.07 0 0.30 0.26 73.68 0.3 0.63
Hex AF BC 83 7 0 1E 1A 4A 1E 3F
Octal 257 274 203 7 0 36 32 112 36 77
Binary 10101111 10111100 10000011 111 0 11110 11010 1001010 11110 111111

Color Harmonies of #AFBC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC83

Black with #AFBC83

Text Example


Text Example

White with #AFBC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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