#B3C274

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

Shades of Caper #B3C274

Tints of Caper #B3C274

Color information

#B3C274 (or 0xB3C274) is unknown color: approx Caper. HEX triplet: B3, C2 and 74. RGB value is (179,194,116). Sum of RGB (Red+Green+Blue) = 179+194+116=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C274 is #4C3D8B. Grayscale: #B4B4B4. Windows color (decimal): -4996492 or 7652019. OLE color: 7652019.

HSL color Cylindrical-coordinate representation of color #B3C274: hue angle of 71.54º 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 #B3C274 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB179194116-
CMYK0.0800.400.24
HSL71.54º39%60.78%-
HSV(B)71.54º40.21%76.08%-
XYZ41.0349.4323.9-
YUV180.6291.53126.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.61%
GREEN value IS 194 (76.17% from 255) = 39.67%
BLUE value IS 116 (45.70% from 255) = 23.72%
R=36.61%
G=39.67%
B=23.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791941160.0800.400.2471.543960.78
HexB3C27480281848273d
Octal26330216410050301104775
Binary1011001111000010111010010000101000110001001000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C274; }

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

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

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

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

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

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

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

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