Html Css Color HEX #AFBC77 Caper

📋 copy color: '#AFBC77'

red 175 ◦ green 188 ◦ blue 119

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

Shades of Caper #AFBC77

Tints of Caper #AFBC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.69%

R = 36.31%
G = 39%
B = 24.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#AFBC77 (or 0xAFBC77) is known color: Caper. HEX triplet: AF, BC and 77. RGB value is (175,188,119). Sum of RGB (Red+Green+Blue) = 175+188+119=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC77 is #504388. Grayscale: #B0B0B0. Windows color (decimal): -5260169 or 7847087. OLE color: 7847087.

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

Color convert

RGB 175 188 119 -
CMYK 0.07 0 0.37 0.26
HSL 71.3º 0.34% 0.6% -
HSV(B) 71.3º 0.37% 0.74% -
XYZ 38.99 46.41 24.36 -
YUV 176.25 95.69 127.11 -
System Red Green Blue C M Y K H S L
Decimal 175 188 119 0.07 0 0.37 0.26 71.3 0.34 0.6
Hex AF BC 77 7 0 25 1A 47 22 3C
Octal 257 274 167 7 0 45 32 107 42 74
Binary 10101111 10111100 1110111 111 0 100101 11010 1000111 100010 111100

Color Harmonies of #AFBC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC77

Black with #AFBC77

Text Example


Text Example

White with #AFBC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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