Html Css Color HEX #B1C980 Caper

📋 copy color: '#B1C980'

red 177 ◦ green 201 ◦ blue 128

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

Shades of Caper #B1C980

Tints of Caper #B1C980

RGB

 RED value IS 177 (69.53% from 255) = 34.98%

 GREEN value IS 201 (78.91% from 255) = 39.72%

 BLUE value IS 128 (50.39% from 255) = 25.3%

R = 34.98%
G = 39.72%
B = 25.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#B1C980 (or 0xB1C980) is known color: Caper. HEX triplet: B1, C9 and 80. RGB value is (177,201,128). Sum of RGB (Red+Green+Blue) = 177+201+128=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C980 is #4E367F. Grayscale: #B9B9B9. Windows color (decimal): -5125760 or 8440241. OLE color: 8440241.

HSL color Cylindrical-coordinate representation of color #B1C980: hue angle of 79.73º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1C980 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 201 128 -
CMYK 0.12 0 0.36 0.21
HSL 79.73º 0.4% 0.65% -
HSV(B) 79.73º 0.36% 0.79% -
XYZ 42.91 52.68 28.33 -
YUV 185.5 95.55 121.94 -
System Red Green Blue C M Y K H S L
Decimal 177 201 128 0.12 0 0.36 0.21 79.73 0.4 0.65
Hex B1 C9 80 C 0 24 15 50 28 41
Octal 261 311 200 14 0 44 25 120 50 101
Binary 10110001 11001001 10000000 1100 0 100100 10101 1010000 101000 1000001

Color Harmonies of #B1C980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C980

Black with #B1C980

Text Example


Text Example

White with #B1C980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C980; }

 p { color: rgb(177,201,128); }

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

background-color css

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

 a { background-color: rgb(177,201,128); }

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

border-color css

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

 span { border-color: rgb(177,201,128); }

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