#B7CA74

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

Shades of Caper #B7CA74

Tints of Caper #B7CA74

Color information

#B7CA74 (or 0xB7CA74) is unknown color: approx Caper. HEX triplet: B7, CA and 74. RGB value is (183,202,116). Sum of RGB (Red+Green+Blue) = 183+202+116=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CA74 is #48358B. Grayscale: #BABABA. Windows color (decimal): -4732300 or 7654071. OLE color: 7654071.

HSL color Cylindrical-coordinate representation of color #B7CA74: hue angle of 73.26º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7CA74 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB183202116-
CMYK0.0900.430.21
HSL73.26º44.79%62.35%-
HSV(B)73.26º42.57%79.22%-
XYZ43.853.5724.55-
YUV186.5288.21125.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.53%
GREEN value IS 202 (79.30% from 255) = 40.32%
BLUE value IS 116 (45.70% from 255) = 23.15%
R=36.53%
G=40.32%
B=23.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1832021160.0900.430.2173.2644.7962.35
HexB7CA74902B15492d3e
Octal26731216411053251115576
Binary1011011111001010111010010010101011101011001001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CA74; }

 p { color: rgb(183,202,116); }

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

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

 a { background-color: rgb(183,202,116); }

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

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

 span { border-color: rgb(183,202,116); }

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