Html Css Color HEX #AFC67B Caper

📋 copy color: '#AFC67B'

red 175 ◦ green 198 ◦ blue 123

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

Shades of Caper #AFC67B

Tints of Caper #AFC67B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.92%

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

R = 35.28%
G = 39.92%
B = 24.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#AFC67B (or 0xAFC67B) is known color: Caper. HEX triplet: AF, C6 and 7B. RGB value is (175,198,123). Sum of RGB (Red+Green+Blue) = 175+198+123=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC67B is #503984. Grayscale: #B6B6B6. Windows color (decimal): -5257605 or 8111791. OLE color: 8111791.

HSL color Cylindrical-coordinate representation of color #AFC67B: hue angle of 78.4º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFC67B is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 198 123 -
CMYK 0.12 0 0.38 0.22
HSL 78.4º 0.4% 0.63% -
HSV(B) 78.4º 0.38% 0.78% -
XYZ 41.45 50.93 26.39 -
YUV 182.57 94.38 122.6 -
System Red Green Blue C M Y K H S L
Decimal 175 198 123 0.12 0 0.38 0.22 78.4 0.4 0.63
Hex AF C6 7B C 0 26 16 4E 28 3F
Octal 257 306 173 14 0 46 26 116 50 77
Binary 10101111 11000110 1111011 1100 0 100110 10110 1001110 101000 111111

Color Harmonies of #AFC67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC67B

Black with #AFC67B

Text Example


Text Example

White with #AFC67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC67B; }

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

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

background-color css

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

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

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

border-color css

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

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

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