#B2CF7B

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

Shades of Caper #B2CF7B

Tints of Caper #B2CF7B

Color information

#B2CF7B (or 0xB2CF7B) is unknown color: approx Caper. HEX triplet: B2, CF and 7B. RGB value is (178,207,123). Sum of RGB (Red+Green+Blue) = 178+207+123=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CF7B is #4D3084. Grayscale: #BDBDBD. Windows color (decimal): -5058693 or 8114098. OLE color: 8114098.

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

Color convert

RGB178207123-
CMYK0.1400.410.19
HSL80.71º46.67%64.71%-
HSV(B)80.71º40.58%81.18%-
XYZ44.2555.5227.12-
YUV188.7590.89120.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.04%
GREEN value IS 207 (81.25% from 255) = 40.75%
BLUE value IS 123 (48.44% from 255) = 24.21%
R=35.04%
G=40.75%
B=24.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1782071230.1400.410.1980.7146.6764.71
HexB2CF7BE02913512f41
Octal262317173160512312157101
Binary10110010110011111111011111001010011001110100011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CF7B; }

 p { color: rgb(178,207,123); }

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

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

 a { background-color: rgb(178,207,123); }

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

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

 span { border-color: rgb(178,207,123); }

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