Html Css Color HEX #AFCB89 Caper

📋 copy color: '#AFCB89'

red 175 ◦ green 203 ◦ blue 137

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

Shades of Caper #AFCB89

Tints of Caper #AFCB89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 26.6%

R = 33.98%
G = 39.42%
B = 26.6%

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

#AFCB89 (or 0xAFCB89) is known color: Caper. HEX triplet: AF, CB and 89. RGB value is (175,203,137). Sum of RGB (Red+Green+Blue) = 175+203+137=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 137 (53.91% from 255 or 26.60% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCB89 is #503476. Grayscale: #BBBBBB. Windows color (decimal): -5256311 or 9030575. OLE color: 9030575.

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

Color convert

RGB 175 203 137 -
CMYK 0.14 0 0.33 0.20
HSL 85.45º 0.39% 0.67% -
HSV(B) 85.45º 0.33% 0.8% -
XYZ 43.55 53.63 31.72 -
YUV 187.1 99.72 119.37 -
System Red Green Blue C M Y K H S L
Decimal 175 203 137 0.14 0 0.33 0.20 85.45 0.39 0.67
Hex AF CB 89 E 0 21 14 55 27 43
Octal 257 313 211 16 0 41 24 125 47 103
Binary 10101111 11001011 10001001 1110 0 100001 10100 1010101 100111 1000011

Color Harmonies of #AFCB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCB89

Black with #AFCB89

Text Example


Text Example

White with #AFCB89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCB89; }

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

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

background-color css

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

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

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

border-color css

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

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

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