#B2D07A

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

Shades of Caper #B2D07A

Tints of Caper #B2D07A

Color information

#B2D07A (or 0xB2D07A) is unknown color: approx Caper. HEX triplet: B2, D0 and 7A. RGB value is (178,208,122). Sum of RGB (Red+Green+Blue) = 178+208+122=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D07A is #4D2F85. Grayscale: #BDBDBD. Windows color (decimal): -5058438 or 8048818. OLE color: 8048818.

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

Color convert

RGB178208122-
CMYK0.1400.410.18
HSL80.93º47.78%64.71%-
HSV(B)80.93º41.35%81.57%-
XYZ44.4355.9826.88-
YUV189.2390.06119.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.04%
GREEN value IS 208 (81.64% from 255) = 40.94%
BLUE value IS 122 (48.05% from 255) = 24.02%
R=35.04%
G=40.94%
B=24.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1782081220.1400.410.1880.9347.7864.71
HexB2D07AE02912513041
Octal262320172160512212160101
Binary10110010110100001111010111001010011001010100011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D07A; }

 p { color: rgb(178,208,122); }

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

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

 a { background-color: rgb(178,208,122); }

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

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

 span { border-color: rgb(178,208,122); }

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