#B7CF75

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

Shades of Caper #B7CF75

Tints of Caper #B7CF75

Color information

#B7CF75 (or 0xB7CF75) is unknown color: approx Caper. HEX triplet: B7, CF and 75. RGB value is (183,207,117). Sum of RGB (Red+Green+Blue) = 183+207+117=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CF75 is #48308A. Grayscale: #BDBDBD. Windows color (decimal): -4731019 or 7720887. OLE color: 7720887.

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

Color convert

RGB183207117-
CMYK0.1200.430.19
HSL76º48.39%63.53%-
HSV(B)76º43.48%81.18%-
XYZ45.0555.9825.26-
YUV189.5687.05123.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.09%
GREEN value IS 207 (81.25% from 255) = 40.83%
BLUE value IS 117 (46.09% from 255) = 23.08%
R=36.09%
G=40.83%
B=23.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1832071170.1200.430.197648.3963.53
HexB7CF75C02B134c3040
Octal267317165140532311460100
Binary10110111110011111110101110001010111001110011001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CF75; }

 p { color: rgb(183,207,117); }

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

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

 a { background-color: rgb(183,207,117); }

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

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

 span { border-color: rgb(183,207,117); }

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