Html Css Color HEX #AFBC81 Caper

📋 copy color: '#AFBC81'

red 175 ◦ green 188 ◦ blue 129

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

Shades of Caper #AFBC81

Tints of Caper #AFBC81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.22%

R = 35.57%
G = 38.21%
B = 26.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#AFBC81 (or 0xAFBC81) is known color: Caper. HEX triplet: AF, BC and 81. RGB value is (175,188,129). Sum of RGB (Red+Green+Blue) = 175+188+129=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBC81 is #50437E. Grayscale: #B1B1B1. Windows color (decimal): -5260159 or 8502447. OLE color: 8502447.

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

Color convert

RGB 175 188 129 -
CMYK 0.07 0 0.31 0.26
HSL 73.22º 0.31% 0.62% -
HSV(B) 73.22º 0.31% 0.74% -
XYZ 39.62 46.67 27.69 -
YUV 177.39 100.69 126.3 -
System Red Green Blue C M Y K H S L
Decimal 175 188 129 0.07 0 0.31 0.26 73.22 0.31 0.62
Hex AF BC 81 7 0 1F 1A 49 1F 3E
Octal 257 274 201 7 0 37 32 111 37 76
Binary 10101111 10111100 10000001 111 0 11111 11010 1001001 11111 111110

Color Harmonies of #AFBC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC81

Black with #AFBC81

Text Example


Text Example

White with #AFBC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC81; }

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

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

background-color css

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

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

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

border-color css

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

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

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