#B3CE74

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

Shades of Caper #B3CE74

Tints of Caper #B3CE74

Color information

#B3CE74 (or 0xB3CE74) is unknown color: approx Caper. HEX triplet: B3, CE and 74. RGB value is (179,206,116). Sum of RGB (Red+Green+Blue) = 179+206+116=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CE74 is #4C318B. Grayscale: #BBBBBB. Windows color (decimal): -4993420 or 7655091. OLE color: 7655091.

HSL color Cylindrical-coordinate representation of color #B3CE74: hue angle of 78º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B3CE74 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB179206116-
CMYK0.1300.440.19
HSL78º47.87%63.14%-
HSV(B)78º43.69%80.78%-
XYZ43.8154.9924.83-
YUV187.6787.55121.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.73%
GREEN value IS 206 (80.86% from 255) = 41.12%
BLUE value IS 116 (45.70% from 255) = 23.15%
R=35.73%
G=41.12%
B=23.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792061160.1300.440.197847.8763.14
HexB3CE74D02C134e303f
Octal26331616415054231166077
Binary1011001111001110111010011010101100100111001110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CE74; }

 p { color: rgb(179,206,116); }

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

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

 a { background-color: rgb(179,206,116); }

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

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

 span { border-color: rgb(179,206,116); }

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