#B2D67B

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

Shades of Caper #B2D67B

Tints of Caper #B2D67B

Color information

#B2D67B (or 0xB2D67B) is unknown color: approx Caper. HEX triplet: B2, D6 and 7B. RGB value is (178,214,123). Sum of RGB (Red+Green+Blue) = 178+214+123=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D67B is #4D2984. Grayscale: #C1C1C1. Windows color (decimal): -5056901 or 8115890. OLE color: 8115890.

HSL color Cylindrical-coordinate representation of color #B2D67B: hue angle of 83.74º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2D67B is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB178214123-
CMYK0.1700.430.16
HSL83.74º52.6%66.08%-
HSV(B)83.74º42.52%83.92%-
XYZ45.9858.9927.7-
YUV192.8688.57117.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.56%
GREEN value IS 214 (83.98% from 255) = 41.55%
BLUE value IS 123 (48.44% from 255) = 23.88%
R=34.56%
G=41.55%
B=23.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1782141230.1700.430.1683.7452.666.08
HexB2D67B1102B10543542
Octal262326173210532012465102
Binary101100101101011011110111000101010111000010101001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D67B; }

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

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

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

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

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

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

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

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