Html Css Color HEX #B1C580 Caper

📋 copy color: '#B1C580'

red 177 ◦ green 197 ◦ blue 128

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

Shades of Caper #B1C580

Tints of Caper #B1C580

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.24%

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

R = 35.26%
G = 39.24%
B = 25.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#B1C580 (or 0xB1C580) is known color: Caper. HEX triplet: B1, C5 and 80. RGB value is (177,197,128). Sum of RGB (Red+Green+Blue) = 177+197+128=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C580 is #4E3A7F. Grayscale: #B7B7B7. Windows color (decimal): -5126784 or 8439217. OLE color: 8439217.

HSL color Cylindrical-coordinate representation of color #B1C580: hue angle of 77.39º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B1C580 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 177 197 128 -
CMYK 0.10 0 0.35 0.23
HSL 77.39º 0.37% 0.64% -
HSV(B) 77.39º 0.35% 0.77% -
XYZ 41.99 50.84 28.02 -
YUV 183.15 96.87 123.61 -
System Red Green Blue C M Y K H S L
Decimal 177 197 128 0.10 0 0.35 0.23 77.39 0.37 0.64
Hex B1 C5 80 A 0 23 17 4D 25 40
Octal 261 305 200 12 0 43 27 115 45 100
Binary 10110001 11000101 10000000 1010 0 100011 10111 1001101 100101 1000000

Color Harmonies of #B1C580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C580

Black with #B1C580

Text Example


Text Example

White with #B1C580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C580; }

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

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

background-color css

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

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

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

border-color css

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

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

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