#B7CF7B

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

Shades of Caper #B7CF7B

Tints of Caper #B7CF7B

Color information

#B7CF7B (or 0xB7CF7B) is unknown color: approx Caper. HEX triplet: B7, CF and 7B. RGB value is (183,207,123). Sum of RGB (Red+Green+Blue) = 183+207+123=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CF7B is #483084. Grayscale: #BEBEBE. Windows color (decimal): -4731013 or 8114103. OLE color: 8114103.

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

Color convert

RGB183207123-
CMYK0.1200.410.19
HSL77.14º46.67%64.71%-
HSV(B)77.14º40.58%81.18%-
XYZ45.4256.1227.18-
YUV190.2590.05122.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.67%
GREEN value IS 207 (81.25% from 255) = 40.35%
BLUE value IS 123 (48.44% from 255) = 23.98%
R=35.67%
G=40.35%
B=23.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1832071230.1200.410.1977.1446.6764.71
HexB7CF7BC029134d2f41
Octal267317173140512311557101
Binary10110111110011111111011110001010011001110011011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CF7B; }

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

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

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

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

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

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

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

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