Html Css Color HEX #AFCB6E Caper

📋 copy color: '#AFCB6E'

red 175 ◦ green 203 ◦ blue 110

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

Shades of Caper #AFCB6E

Tints of Caper #AFCB6E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.6%

 BLUE value IS 110 (43.36% from 255) = 22.54%

R = 35.86%
G = 41.6%
B = 22.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#AFCB6E (or 0xAFCB6E) is known color: Caper. HEX triplet: AF, CB and 6E. RGB value is (175,203,110). Sum of RGB (Red+Green+Blue) = 175+203+110=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCB6E is #503491. Grayscale: #B8B8B8. Windows color (decimal): -5256338 or 7261103. OLE color: 7261103.

HSL color Cylindrical-coordinate representation of color #AFCB6E: hue angle of 78.06º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFCB6E is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 203 110 -
CMYK 0.14 0 0.46 0.20
HSL 78.06º 0.47% 0.61% -
HSV(B) 78.06º 0.46% 0.8% -
XYZ 41.85 52.95 22.77 -
YUV 184.03 86.22 121.56 -
System Red Green Blue C M Y K H S L
Decimal 175 203 110 0.14 0 0.46 0.20 78.06 0.47 0.61
Hex AF CB 6E E 0 2E 14 4E 2F 3D
Octal 257 313 156 16 0 56 24 116 57 75
Binary 10101111 11001011 1101110 1110 0 101110 10100 1001110 101111 111101

Color Harmonies of #AFCB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCB6E

Black with #AFCB6E

Text Example


Text Example

White with #AFCB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCB6E; }

 p { color: rgb(175,203,110); }

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

background-color css

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

 a { background-color: rgb(175,203,110); }

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

border-color css

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

 span { border-color: rgb(175,203,110); }

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