#B7CE72

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

Shades of Caper #B7CE72

Tints of Caper #B7CE72

Color information

#B7CE72 (or 0xB7CE72) is unknown color: approx Caper. HEX triplet: B7, CE and 72. RGB value is (183,206,114). Sum of RGB (Red+Green+Blue) = 183+206+114=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CE72 is #48318D. Grayscale: #BCBCBC. Windows color (decimal): -4731278 or 7524023. OLE color: 7524023.

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

Color convert

RGB183206114-
CMYK0.1100.450.19
HSL75º48.42%62.75%-
HSV(B)75º44.66%80.78%-
XYZ44.6455.4224.27-
YUV188.6485.88123.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.38%
GREEN value IS 206 (80.86% from 255) = 40.95%
BLUE value IS 114 (44.92% from 255) = 22.66%
R=36.38%
G=40.95%
B=22.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1832061140.1100.450.197548.4262.75
HexB7CE72B02D134b303f
Octal26731616213055231136077
Binary1011011111001110111001010110101101100111001011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CE72; }

 p { color: rgb(183,206,114); }

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

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

 a { background-color: rgb(183,206,114); }

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

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

 span { border-color: rgb(183,206,114); }

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