Html Css Color HEX #AFC27B Caper

📋 copy color: '#AFC27B'

red 175 ◦ green 194 ◦ blue 123

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

Shades of Caper #AFC27B

Tints of Caper #AFC27B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.43%

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

R = 35.57%
G = 39.43%
B = 25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#AFC27B (or 0xAFC27B) is known color: Caper. HEX triplet: AF, C2 and 7B. RGB value is (175,194,123). Sum of RGB (Red+Green+Blue) = 175+194+123=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC27B is #503D84. Grayscale: #B4B4B4. Windows color (decimal): -5258629 or 8110767. OLE color: 8110767.

HSL color Cylindrical-coordinate representation of color #AFC27B: hue angle of 76.06º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFC27B is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 123 -
CMYK 0.10 0 0.37 0.24
HSL 76.06º 0.37% 0.62% -
HSV(B) 76.06º 0.37% 0.76% -
XYZ 40.55 49.13 26.08 -
YUV 180.23 95.71 124.27 -
System Red Green Blue C M Y K H S L
Decimal 175 194 123 0.10 0 0.37 0.24 76.06 0.37 0.62
Hex AF C2 7B A 0 25 18 4C 25 3E
Octal 257 302 173 12 0 45 30 114 45 76
Binary 10101111 11000010 1111011 1010 0 100101 11000 1001100 100101 111110

Color Harmonies of #AFC27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC27B

Black with #AFC27B

Text Example


Text Example

White with #AFC27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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