Html Css Color HEX #AFBF90 Caper

📋 copy color: '#AFBF90'

red 175 ◦ green 191 ◦ blue 144

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

Shades of Caper #AFBF90

Tints of Caper #AFBF90

RGB

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

 GREEN value IS 191 (75% from 255) = 37.45%

 BLUE value IS 144 (56.64% from 255) = 28.24%

R = 34.31%
G = 37.45%
B = 28.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#AFBF90 (or 0xAFBF90) is known color: Caper. HEX triplet: AF, BF and 90. RGB value is (175,191,144). Sum of RGB (Red+Green+Blue) = 175+191+144=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBF90 is #50406F. Grayscale: #B5B5B5. Windows color (decimal): -5259376 or 9486255. OLE color: 9486255.

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

Color convert

RGB 175 191 144 -
CMYK 0.08 0 0.25 0.25
HSL 80.43º 0.27% 0.66% -
HSV(B) 80.43º 0.25% 0.75% -
XYZ 41.34 48.39 33.55 -
YUV 180.86 107.2 123.82 -
System Red Green Blue C M Y K H S L
Decimal 175 191 144 0.08 0 0.25 0.25 80.43 0.27 0.66
Hex AF BF 90 8 0 19 19 50 1B 42
Octal 257 277 220 10 0 31 31 120 33 102
Binary 10101111 10111111 10010000 1000 0 11001 11001 1010000 11011 1000010

Color Harmonies of #AFBF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBF90

Black with #AFBF90

Text Example


Text Example

White with #AFBF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBF90; }

 p { color: rgb(175,191,144); }

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

background-color css

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

 a { background-color: rgb(175,191,144); }

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

border-color css

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

 span { border-color: rgb(175,191,144); }

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