Html Css Color HEX #B1D271 Caper

📋 copy color: '#B1D271'

red 177 ◦ green 210 ◦ blue 113

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

Shades of Caper #B1D271

Tints of Caper #B1D271

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42%

 BLUE value IS 113 (44.53% from 255) = 22.6%

R = 35.4%
G = 42%
B = 22.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#B1D271 (or 0xB1D271) is known color: Caper. HEX triplet: B1, D2 and 71. RGB value is (177,210,113). Sum of RGB (Red+Green+Blue) = 177+210+113=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D271 is #4E2D8E. Grayscale: #BDBDBD. Windows color (decimal): -5123471 or 7459505. OLE color: 7459505.

HSL color Cylindrical-coordinate representation of color #B1D271: hue angle of 80.41º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1D271 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 210 113 -
CMYK 0.16 0 0.46 0.18
HSL 80.41º 0.52% 0.63% -
HSV(B) 80.41º 0.46% 0.82% -
XYZ 44.16 56.63 24.23 -
YUV 189.08 85.07 119.39 -
System Red Green Blue C M Y K H S L
Decimal 177 210 113 0.16 0 0.46 0.18 80.41 0.52 0.63
Hex B1 D2 71 10 0 2E 12 50 34 3F
Octal 261 322 161 20 0 56 22 120 64 77
Binary 10110001 11010010 1110001 10000 0 101110 10010 1010000 110100 111111

Color Harmonies of #B1D271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D271

Black with #B1D271

Text Example


Text Example

White with #B1D271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D271; }

 p { color: rgb(177,210,113); }

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

background-color css

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

 a { background-color: rgb(177,210,113); }

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

border-color css

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

 span { border-color: rgb(177,210,113); }

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