Html Css Color HEX #B1CB71 Caper

📋 copy color: '#B1CB71'

red 177 ◦ green 203 ◦ blue 113

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

Shades of Caper #B1CB71

Tints of Caper #B1CB71

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.18%

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

R = 35.9%
G = 41.18%
B = 22.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#B1CB71 (or 0xB1CB71) is known color: Caper. HEX triplet: B1, CB and 71. RGB value is (177,203,113). Sum of RGB (Red+Green+Blue) = 177+203+113=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CB71 is #4E348E. Grayscale: #B9B9B9. Windows color (decimal): -5125263 or 7457713. OLE color: 7457713.

HSL color Cylindrical-coordinate representation of color #B1CB71: hue angle of 77.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1CB71 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 203 113 -
CMYK 0.13 0 0.44 0.20
HSL 77.33º 0.46% 0.62% -
HSV(B) 77.33º 0.44% 0.8% -
XYZ 42.47 53.25 23.66 -
YUV 184.97 87.39 122.32 -
System Red Green Blue C M Y K H S L
Decimal 177 203 113 0.13 0 0.44 0.20 77.33 0.46 0.62
Hex B1 CB 71 D 0 2C 14 4D 2E 3E
Octal 261 313 161 15 0 54 24 115 56 76
Binary 10110001 11001011 1110001 1101 0 101100 10100 1001101 101110 111110

Color Harmonies of #B1CB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CB71

Black with #B1CB71

Text Example


Text Example

White with #B1CB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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