#B3CC75

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

Shades of Caper #B3CC75

Tints of Caper #B3CC75

Color information

#B3CC75 (or 0xB3CC75) is unknown color: approx Caper. HEX triplet: B3, CC and 75. RGB value is (179,204,117). Sum of RGB (Red+Green+Blue) = 179+204+117=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CC75 is #4C338A. Grayscale: #BABABA. Windows color (decimal): -4993931 or 7720115. OLE color: 7720115.

HSL color Cylindrical-coordinate representation of color #B3CC75: hue angle of 77.24º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B3CC75 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB179204117-
CMYK0.1200.430.2
HSL77.24º46.03%62.94%-
HSV(B)77.24º42.65%80%-
XYZ43.3954.0524.98-
YUV186.6188.72122.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.8%
GREEN value IS 204 (80.08% from 255) = 40.8%
BLUE value IS 117 (46.09% from 255) = 23.4%
R=35.8%
G=40.8%
B=23.4%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1792041170.1200.430.277.2446.0362.94
HexB3CC75C02B144d2e3f
Octal26331416514053241155677
Binary1011001111001100111010111000101011101001001101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CC75; }

 p { color: rgb(179,204,117); }

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

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

 a { background-color: rgb(179,204,117); }

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

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

 span { border-color: rgb(179,204,117); }

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