Html Css Color HEX #AFC67E Caper

📋 copy color: '#AFC67E'

red 175 ◦ green 198 ◦ blue 126

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

Shades of Caper #AFC67E

Tints of Caper #AFC67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.25%

R = 35.07%
G = 39.68%
B = 25.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#AFC67E (or 0xAFC67E) is known color: Caper. HEX triplet: AF, C6 and 7E. RGB value is (175,198,126). Sum of RGB (Red+Green+Blue) = 175+198+126=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC67E is #503981. Grayscale: #B7B7B7. Windows color (decimal): -5257602 or 8308399. OLE color: 8308399.

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

Color convert

RGB 175 198 126 -
CMYK 0.12 0 0.36 0.22
HSL 79.17º 0.39% 0.64% -
HSV(B) 79.17º 0.36% 0.78% -
XYZ 41.64 51.01 27.39 -
YUV 182.92 95.88 122.35 -
System Red Green Blue C M Y K H S L
Decimal 175 198 126 0.12 0 0.36 0.22 79.17 0.39 0.64
Hex AF C6 7E C 0 24 16 4F 27 40
Octal 257 306 176 14 0 44 26 117 47 100
Binary 10101111 11000110 1111110 1100 0 100100 10110 1001111 100111 1000000

Color Harmonies of #AFC67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC67E

Black with #AFC67E

Text Example


Text Example

White with #AFC67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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