#B3D273

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

Shades of Caper #B3D273

Tints of Caper #B3D273

Color information

#B3D273 (or 0xB3D273) is unknown color: approx Caper. HEX triplet: B3, D2 and 73. RGB value is (179,210,115). Sum of RGB (Red+Green+Blue) = 179+210+115=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #B3D273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D273 is #4C2D8C. Grayscale: #BEBEBE. Windows color (decimal): -4992397 or 7590579. OLE color: 7590579.

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

Color convert

RGB179210115-
CMYK0.1500.450.18
HSL79.58º51.35%63.73%-
HSV(B)79.58º45.24%82.35%-
XYZ44.7356.9124.85-
YUV189.985.73120.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 210 (82.42% from 255) = 41.67%
BLUE value IS 115 (45.31% from 255) = 22.82%
R=35.52%
G=41.67%
B=22.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1792101150.1500.450.1879.5851.3563.73
HexB3D273F02D12503340
Octal263322163170552212063100
Binary10110011110100101110011111101011011001010100001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D273; }

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

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

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

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

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

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

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

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