#B7C37F

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

Shades of Caper #B7C37F

Tints of Caper #B7C37F

Color information

#B7C37F (or 0xB7C37F) is unknown color: approx Caper. HEX triplet: B7, C3 and 7F. RGB value is (183,195,127). Sum of RGB (Red+Green+Blue) = 183+195+127=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C37F is #483C80. Grayscale: #B7B7B7. Windows color (decimal): -4734081 or 8373175. OLE color: 8373175.

HSL color Cylindrical-coordinate representation of color #B7C37F: hue angle of 70.59º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B7C37F is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB183195127-
CMYK0.0600.350.24
HSL70.59º36.17%63.14%-
HSV(B)70.59º34.87%76.47%-
XYZ42.8750.6327.59-
YUV183.6696.02127.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.24%
GREEN value IS 195 (76.56% from 255) = 38.61%
BLUE value IS 127 (50% from 255) = 25.15%
R=36.24%
G=38.61%
B=25.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831951270.0600.350.2470.5936.1763.14
HexB7C37F60231847243f
Octal2673031776043301074477
Binary101101111100001111111111100100011110001000111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C37F; }

 p { color: rgb(183,195,127); }

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

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

 a { background-color: rgb(183,195,127); }

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

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

 span { border-color: rgb(183,195,127); }

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