Html Css Color HEX #B0C191 Caper

📋 copy color: '#B0C191'

red 176 ◦ green 193 ◦ blue 145

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

Shades of Caper #B0C191

Tints of Caper #B0C191

RGB

 RED value IS 176 (69.14% from 255) = 34.24%

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

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

R = 34.24%
G = 37.55%
B = 28.21%

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

#B0C191 (or 0xB0C191) is known color: Caper. HEX triplet: B0, C1 and 91. RGB value is (176,193,145). Sum of RGB (Red+Green+Blue) = 176+193+145=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 145 (57.03% from 255 or 28.21% from 514); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C191 is #4F3E6E. Grayscale: #B6B6B6. Windows color (decimal): -5193327 or 9552304. OLE color: 9552304.

HSL color Cylindrical-coordinate representation of color #B0C191: hue angle of 81.25º degrees, saturation: 0.28, 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 #B0C191 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 193 145 -
CMYK 0.09 0 0.25 0.24
HSL 81.25º 0.28% 0.66% -
HSV(B) 81.25º 0.25% 0.76% -
XYZ 42.09 49.41 34.11 -
YUV 182.45 106.87 123.4 -
System Red Green Blue C M Y K H S L
Decimal 176 193 145 0.09 0 0.25 0.24 81.25 0.28 0.66
Hex B0 C1 91 9 0 19 18 51 1C 42
Octal 260 301 221 11 0 31 30 121 34 102
Binary 10110000 11000001 10010001 1001 0 11001 11000 1010001 11100 1000010

Color Harmonies of #B0C191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C191

Black with #B0C191

Text Example


Text Example

White with #B0C191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C191; }

 p { color: rgb(176,193,145); }

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

background-color css

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

 a { background-color: rgb(176,193,145); }

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

border-color css

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

 span { border-color: rgb(176,193,145); }

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