#B3CC70

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

Shades of Caper #B3CC70

Tints of Caper #B3CC70

Color information

#B3CC70 (or 0xB3CC70) is unknown color: approx Caper. HEX triplet: B3, CC and 70. RGB value is (179,204,112). Sum of RGB (Red+Green+Blue) = 179+204+112=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CC70 is #4C338F. Grayscale: #BABABA. Windows color (decimal): -4993936 or 7392435. OLE color: 7392435.

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

Color convert

RGB179204112-
CMYK0.1200.450.2
HSL76.3º47.42%61.96%-
HSV(B)76.3º45.1%80%-
XYZ43.1153.9423.47-
YUV186.0486.22122.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.16%
GREEN value IS 204 (80.08% from 255) = 41.21%
BLUE value IS 112 (44.14% from 255) = 22.63%
R=36.16%
G=41.21%
B=22.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1792041120.1200.450.276.347.4261.96
HexB3CC70C02D144c2f3e
Octal26331416014055241145776
Binary1011001111001100111000011000101101101001001100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CC70; }

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

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

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

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

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

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

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

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