Html Css Color HEX #AFBD7F Caper

📋 copy color: '#AFBD7F'

red 175 ◦ green 189 ◦ blue 127

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

Shades of Caper #AFBD7F

Tints of Caper #AFBD7F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.49%

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

R = 35.64%
G = 38.49%
B = 25.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#AFBD7F (or 0xAFBD7F) is known color: Caper. HEX triplet: AF, BD and 7F. RGB value is (175,189,127). Sum of RGB (Red+Green+Blue) = 175+189+127=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBD7F is #504280. Grayscale: #B1B1B1. Windows color (decimal): -5259905 or 8371631. OLE color: 8371631.

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

Color convert

RGB 175 189 127 -
CMYK 0.07 0 0.33 0.26
HSL 73.55º 0.32% 0.62% -
HSV(B) 73.55º 0.33% 0.74% -
XYZ 39.71 47.04 27.07 -
YUV 177.75 99.36 126.04 -
System Red Green Blue C M Y K H S L
Decimal 175 189 127 0.07 0 0.33 0.26 73.55 0.32 0.62
Hex AF BD 7F 7 0 21 1A 4A 20 3E
Octal 257 275 177 7 0 41 32 112 40 76
Binary 10101111 10111101 1111111 111 0 100001 11010 1001010 100000 111110

Color Harmonies of #AFBD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD7F

Black with #AFBD7F

Text Example


Text Example

White with #AFBD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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