#B2C375

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

Shades of Caper #B2C375

Tints of Caper #B2C375

Color information

#B2C375 (or 0xB2C375) is unknown color: approx Caper. HEX triplet: B2, C3 and 75. RGB value is (178,195,117). Sum of RGB (Red+Green+Blue) = 178+195+117=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C375 is #4D3C8A. Grayscale: #B5B5B5. Windows color (decimal): -5061771 or 7717810. OLE color: 7717810.

HSL color Cylindrical-coordinate representation of color #B2C375: hue angle of 73.08º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2C375 is Cyan = 0.09, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB178195117-
CMYK0.0900.40.24
HSL73.08º39.39%61.18%-
HSV(B)73.08º40%76.47%-
XYZ41.0949.7824.27-
YUV181.0291.87125.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.33%
GREEN value IS 195 (76.56% from 255) = 39.80%
BLUE value IS 117 (46.09% from 255) = 23.88%
R=36.33%
G=39.80%
B=23.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781951170.0900.40.2473.0839.3961.18
HexB2C37590281849273d
Octal26230316511050301114775
Binary1011001011000011111010110010101000110001001001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C375; }

 p { color: rgb(178,195,117); }

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

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

 a { background-color: rgb(178,195,117); }

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

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

 span { border-color: rgb(178,195,117); }

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