Html Css Color HEX #B1C96F Caper

📋 copy color: '#B1C96F'

red 177 ◦ green 201 ◦ blue 111

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

Shades of Caper #B1C96F

Tints of Caper #B1C96F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.1%

 BLUE value IS 111 (43.75% from 255) = 22.7%

R = 36.2%
G = 41.1%
B = 22.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#B1C96F (or 0xB1C96F) is known color: Caper. HEX triplet: B1, C9 and 6F. RGB value is (177,201,111). Sum of RGB (Red+Green+Blue) = 177+201+111=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C96F is #4E3690. Grayscale: #B7B7B7. Windows color (decimal): -5125777 or 7326129. OLE color: 7326129.

HSL color Cylindrical-coordinate representation of color #B1C96F: hue angle of 76º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B1C96F is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 201 111 -
CMYK 0.12 0 0.45 0.21
HSL 76º 0.45% 0.61% -
HSV(B) 76º 0.45% 0.79% -
XYZ 41.89 52.27 22.92 -
YUV 183.56 87.05 123.32 -
System Red Green Blue C M Y K H S L
Decimal 177 201 111 0.12 0 0.45 0.21 76 0.45 0.61
Hex B1 C9 6F C 0 2D 15 4C 2D 3D
Octal 261 311 157 14 0 55 25 114 55 75
Binary 10110001 11001001 1101111 1100 0 101101 10101 1001100 101101 111101

Color Harmonies of #B1C96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C96F

Black with #B1C96F

Text Example


Text Example

White with #B1C96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C96F; }

 p { color: rgb(177,201,111); }

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

background-color css

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

 a { background-color: rgb(177,201,111); }

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

border-color css

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

 span { border-color: rgb(177,201,111); }

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