#b1ce70

Color #B1CE70 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #B1CE70

Tints of Caper #B1CE70

Color information

#B1CE70 (or 0xB1CE70) is unknown color: approx Caper. HEX triplet: B1, CE and 70. RGB value is (177,206,112). Sum of RGB (Red+Green+Blue) = 177+206+112=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CE70 is #4E318F. Grayscale: #BABABA. Windows color (decimal): -5124496 or 7392945. OLE color: 7392945.

HSL color Cylindrical-coordinate representation of color #B1CE70: hue angle of 78.51º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1CE70 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB177206112-
CMYK0.1400.460.19
HSL78.51º48.96%62.35%-
HSV(B)78.51º45.63%80.78%-
XYZ43.1354.6623.61-
YUV186.6185.89121.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.76%
GREEN value IS 206 (80.86% from 255) = 41.62%
BLUE value IS 112 (44.14% from 255) = 22.63%
R=35.76%
G=41.62%
B=22.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772061120.1400.460.1978.5148.9662.35
HexB1CE70E02E134f313e
Octal26131616016056231176176
Binary1011000111001110111000011100101110100111001111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1ce70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1ce70; }

 p { color: rgb(177,206,112); }

 H1.HeaderClassName
 {
   color: #b1ce70;
 }
 .AnyTagClassName
 {
   color: #b1ce70;
 }
</style>
background-color css

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

 a { background-color: rgb(177,206,112); }

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

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

 span { border-color: rgb(177,206,112); }

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