#B3D272

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

Shades of Caper #B3D272

Tints of Caper #B3D272

Color information

#B3D272 (or 0xB3D272) is unknown color: approx Caper. HEX triplet: B3, D2 and 72. RGB value is (179,210,114). Sum of RGB (Red+Green+Blue) = 179+210+114=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 210 - color contains mainly: green. Hex color #B3D272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D272 is #4C2D8D. Grayscale: #BEBEBE. Windows color (decimal): -4992398 or 7525043. OLE color: 7525043.

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

Color convert

RGB179210114-
CMYK0.1500.460.18
HSL79.38º51.61%63.53%-
HSV(B)79.38º45.71%82.35%-
XYZ44.6756.8924.55-
YUV189.7985.23120.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.59%
GREEN value IS 210 (82.42% from 255) = 41.75%
BLUE value IS 114 (44.92% from 255) = 22.66%
R=35.59%
G=41.75%
B=22.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1792101140.1500.460.1879.3851.6163.53
HexB3D272F02E124f3440
Octal263322162170562211764100
Binary10110011110100101110010111101011101001010011111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D272; }

 p { color: rgb(179,210,114); }

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

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

 a { background-color: rgb(179,210,114); }

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

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

 span { border-color: rgb(179,210,114); }

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