Html Css Color HEX #B1C180 Caper

📋 copy color: '#B1C180'

red 177 ◦ green 193 ◦ blue 128

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

Shades of Caper #B1C180

Tints of Caper #B1C180

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.76%

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

R = 35.54%
G = 38.76%
B = 25.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#B1C180 (or 0xB1C180) is known color: Caper. HEX triplet: B1, C1 and 80. RGB value is (177,193,128). Sum of RGB (Red+Green+Blue) = 177+193+128=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C180 is #4E3E7F. Grayscale: #B5B5B5. Windows color (decimal): -5127808 or 8438193. OLE color: 8438193.

HSL color Cylindrical-coordinate representation of color #B1C180: hue angle of 74.77º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1C180 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 193 128 -
CMYK 0.08 0 0.34 0.24
HSL 74.77º 0.34% 0.63% -
HSV(B) 74.77º 0.34% 0.76% -
XYZ 41.1 49.05 27.72 -
YUV 180.81 98.2 125.29 -
System Red Green Blue C M Y K H S L
Decimal 177 193 128 0.08 0 0.34 0.24 74.77 0.34 0.63
Hex B1 C1 80 8 0 22 18 4B 22 3F
Octal 261 301 200 10 0 42 30 113 42 77
Binary 10110001 11000001 10000000 1000 0 100010 11000 1001011 100010 111111

Color Harmonies of #B1C180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C180

Black with #B1C180

Text Example


Text Example

White with #B1C180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C180; }

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

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

background-color css

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

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

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

border-color css

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

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

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