Html Css Color HEX #AFCB88 Caper

📋 copy color: '#AFCB88'

red 175 ◦ green 203 ◦ blue 136

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

Shades of Caper #AFCB88

Tints of Caper #AFCB88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.46%

R = 34.05%
G = 39.49%
B = 26.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#AFCB88 (or 0xAFCB88) is known color: Caper. HEX triplet: AF, CB and 88. RGB value is (175,203,136). Sum of RGB (Red+Green+Blue) = 175+203+136=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCB88 is #503477. Grayscale: #BBBBBB. Windows color (decimal): -5256312 or 8965039. OLE color: 8965039.

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

Color convert

RGB 175 203 136 -
CMYK 0.14 0 0.33 0.20
HSL 85.07º 0.39% 0.66% -
HSV(B) 85.07º 0.33% 0.8% -
XYZ 43.48 53.6 31.35 -
YUV 186.99 99.22 119.45 -
System Red Green Blue C M Y K H S L
Decimal 175 203 136 0.14 0 0.33 0.20 85.07 0.39 0.66
Hex AF CB 88 E 0 21 14 55 27 42
Octal 257 313 210 16 0 41 24 125 47 102
Binary 10101111 11001011 10001000 1110 0 100001 10100 1010101 100111 1000010

Color Harmonies of #AFCB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCB88

Black with #AFCB88

Text Example


Text Example

White with #AFCB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCB88; }

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

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

background-color css

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

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

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

border-color css

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

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

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