Html Css Color HEX #B1CC71 Caper

📋 copy color: '#B1CC71'

red 177 ◦ green 204 ◦ blue 113

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

Shades of Caper #B1CC71

Tints of Caper #B1CC71

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.3%

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

R = 35.83%
G = 41.3%
B = 22.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#B1CC71 (or 0xB1CC71) is known color: Caper. HEX triplet: B1, CC and 71. RGB value is (177,204,113). Sum of RGB (Red+Green+Blue) = 177+204+113=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CC71 is #4E338E. Grayscale: #B9B9B9. Windows color (decimal): -5125007 or 7457969. OLE color: 7457969.

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

Color convert

RGB 177 204 113 -
CMYK 0.13 0 0.45 0.2
HSL 77.8º 0.47% 0.62% -
HSV(B) 77.8º 0.45% 0.8% -
XYZ 42.7 53.73 23.74 -
YUV 185.55 87.05 121.9 -
System Red Green Blue C M Y K H S L
Decimal 177 204 113 0.13 0 0.45 0.2 77.8 0.47 0.62
Hex B1 CC 71 D 0 2D 14 4E 2F 3E
Octal 261 314 161 15 0 55 24 116 57 76
Binary 10110001 11001100 1110001 1101 0 101101 10100 1001110 101111 111110

Color Harmonies of #B1CC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CC71

Black with #B1CC71

Text Example


Text Example

White with #B1CC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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