Html Css Color HEX #AFBE7F Caper

📋 copy color: '#AFBE7F'

red 175 ◦ green 190 ◦ blue 127

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

Shades of Caper #AFBE7F

Tints of Caper #AFBE7F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.62%

 BLUE value IS 127 (50% from 255) = 25.81%

R = 35.57%
G = 38.62%
B = 25.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#AFBE7F (or 0xAFBE7F) is known color: Caper. HEX triplet: AF, BE and 7F. RGB value is (175,190,127). Sum of RGB (Red+Green+Blue) = 175+190+127=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBE7F is #504180. Grayscale: #B2B2B2. Windows color (decimal): -5259649 or 8371887. OLE color: 8371887.

HSL color Cylindrical-coordinate representation of color #AFBE7F: hue angle of 74.29º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFBE7F is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 190 127 -
CMYK 0.08 0 0.33 0.25
HSL 74.29º 0.33% 0.62% -
HSV(B) 74.29º 0.33% 0.75% -
XYZ 39.92 47.47 27.14 -
YUV 178.33 99.03 125.62 -
System Red Green Blue C M Y K H S L
Decimal 175 190 127 0.08 0 0.33 0.25 74.29 0.33 0.62
Hex AF BE 7F 8 0 21 19 4A 21 3E
Octal 257 276 177 10 0 41 31 112 41 76
Binary 10101111 10111110 1111111 1000 0 100001 11001 1001010 100001 111110

Color Harmonies of #AFBE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE7F

Black with #AFBE7F

Text Example


Text Example

White with #AFBE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE7F; }

 p { color: rgb(175,190,127); }

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

background-color css

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

 a { background-color: rgb(175,190,127); }

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

border-color css

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

 span { border-color: rgb(175,190,127); }

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