Html Css Color HEX #AFC07B Caper

📋 copy color: '#AFC07B'

red 175 ◦ green 192 ◦ blue 123

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

Shades of Caper #AFC07B

Tints of Caper #AFC07B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.18%

 BLUE value IS 123 (48.44% from 255) = 25.1%

R = 35.71%
G = 39.18%
B = 25.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#AFC07B (or 0xAFC07B) is known color: Caper. HEX triplet: AF, C0 and 7B. RGB value is (175,192,123). Sum of RGB (Red+Green+Blue) = 175+192+123=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC07B is #503F84. Grayscale: #B3B3B3. Windows color (decimal): -5259141 or 8110255. OLE color: 8110255.

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

Color convert

RGB 175 192 123 -
CMYK 0.09 0 0.36 0.25
HSL 74.78º 0.35% 0.62% -
HSV(B) 74.78º 0.36% 0.75% -
XYZ 40.1 48.24 25.94 -
YUV 179.05 96.37 125.11 -
System Red Green Blue C M Y K H S L
Decimal 175 192 123 0.09 0 0.36 0.25 74.78 0.35 0.62
Hex AF C0 7B 9 0 24 19 4B 23 3E
Octal 257 300 173 11 0 44 31 113 43 76
Binary 10101111 11000000 1111011 1001 0 100100 11001 1001011 100011 111110

Color Harmonies of #AFC07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC07B

Black with #AFC07B

Text Example


Text Example

White with #AFC07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC07B; }

 p { color: rgb(175,192,123); }

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

background-color css

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

 a { background-color: rgb(175,192,123); }

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

border-color css

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

 span { border-color: rgb(175,192,123); }

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