Html Css Color HEX #B1C183 Caper

📋 copy color: '#B1C183'

red 177 ◦ green 193 ◦ blue 131

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

Shades of Caper #B1C183

Tints of Caper #B1C183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.15%

R = 35.33%
G = 38.52%
B = 26.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#B1C183 (or 0xB1C183) is known color: Caper. HEX triplet: B1, C1 and 83. RGB value is (177,193,131). Sum of RGB (Red+Green+Blue) = 177+193+131=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C183 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C183 is #4E3E7C. Grayscale: #B5B5B5. Windows color (decimal): -5127805 or 8634801. OLE color: 8634801.

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

Color convert

RGB 177 193 131 -
CMYK 0.08 0 0.32 0.24
HSL 75.48º 0.33% 0.64% -
HSV(B) 75.48º 0.32% 0.76% -
XYZ 41.3 49.13 28.78 -
YUV 181.15 99.7 125.04 -
System Red Green Blue C M Y K H S L
Decimal 177 193 131 0.08 0 0.32 0.24 75.48 0.33 0.64
Hex B1 C1 83 8 0 20 18 4B 21 40
Octal 261 301 203 10 0 40 30 113 41 100
Binary 10110001 11000001 10000011 1000 0 100000 11000 1001011 100001 1000000

Color Harmonies of #B1C183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C183

Black with #B1C183

Text Example


Text Example

White with #B1C183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C183; }

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

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

background-color css

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

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

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

border-color css

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

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

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