#B2D279

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

Shades of Caper #B2D279

Tints of Caper #B2D279

Color information

#B2D279 (or 0xB2D279) is unknown color: approx Caper. HEX triplet: B2, D2 and 79. RGB value is (178,210,121). Sum of RGB (Red+Green+Blue) = 178+210+121=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D279 is #4D2D86. Grayscale: #BEBEBE. Windows color (decimal): -5057927 or 7983794. OLE color: 7983794.

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

Color convert

RGB178210121-
CMYK0.1500.420.18
HSL81.57º49.72%64.9%-
HSV(B)81.57º42.38%82.35%-
XYZ44.8656.9426.72-
YUV190.2988.9119.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.97%
GREEN value IS 210 (82.42% from 255) = 41.26%
BLUE value IS 121 (47.66% from 255) = 23.77%
R=34.97%
G=41.26%
B=23.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1782101210.1500.420.1881.5749.7264.9
HexB2D279F02A12523241
Octal262322171170522212262101
Binary10110010110100101111001111101010101001010100101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D279; }

 p { color: rgb(178,210,121); }

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

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

 a { background-color: rgb(178,210,121); }

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

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

 span { border-color: rgb(178,210,121); }

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