Html Css Color HEX #B1C291 Caper

📋 copy color: '#B1C291'

red 177 ◦ green 194 ◦ blue 145

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

Shades of Caper #B1C291

Tints of Caper #B1C291

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.6%

 BLUE value IS 145 (57.03% from 255) = 28.1%

R = 34.3%
G = 37.6%
B = 28.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#B1C291 (or 0xB1C291) is known color: Caper. HEX triplet: B1, C2 and 91. RGB value is (177,194,145). Sum of RGB (Red+Green+Blue) = 177+194+145=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C291 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C291 is #4E3D6E. Grayscale: #B7B7B7. Windows color (decimal): -5127535 or 9552561. OLE color: 9552561.

HSL color Cylindrical-coordinate representation of color #B1C291: hue angle of 80.82º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1C291 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 194 145 -
CMYK 0.09 0 0.25 0.24
HSL 80.82º 0.29% 0.66% -
HSV(B) 80.82º 0.25% 0.76% -
XYZ 42.53 49.98 34.19 -
YUV 183.33 106.37 123.48 -
System Red Green Blue C M Y K H S L
Decimal 177 194 145 0.09 0 0.25 0.24 80.82 0.29 0.66
Hex B1 C2 91 9 0 19 18 51 1D 42
Octal 261 302 221 11 0 31 30 121 35 102
Binary 10110001 11000010 10010001 1001 0 11001 11000 1010001 11101 1000010

Color Harmonies of #B1C291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C291

Black with #B1C291

Text Example


Text Example

White with #B1C291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C291; }

 p { color: rgb(177,194,145); }

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

background-color css

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

 a { background-color: rgb(177,194,145); }

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

border-color css

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

 span { border-color: rgb(177,194,145); }

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