#B7CC7E

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

Shades of Caper #B7CC7E

Tints of Caper #B7CC7E

Color information

#B7CC7E (or 0xB7CC7E) is unknown color: approx Caper. HEX triplet: B7, CC and 7E. RGB value is (183,204,126). Sum of RGB (Red+Green+Blue) = 183+204+126=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CC7E is #483381. Grayscale: #BDBDBD. Windows color (decimal): -4731778 or 8309943. OLE color: 8309943.

HSL color Cylindrical-coordinate representation of color #B7CC7E: hue angle of 76.15º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B7CC7E is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB183204126-
CMYK0.1000.380.2
HSL76.15º43.33%64.71%-
HSV(B)76.15º38.24%80%-
XYZ44.8954.7627.94-
YUV188.8392.54123.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.67%
GREEN value IS 204 (80.08% from 255) = 39.77%
BLUE value IS 126 (49.61% from 255) = 24.56%
R=35.67%
G=39.77%
B=24.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1832041260.1000.380.276.1543.3364.71
HexB7CC7EA026144c2b41
Octal267314176120462411453101
Binary10110111110011001111110101001001101010010011001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CC7E; }

 p { color: rgb(183,204,126); }

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

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

 a { background-color: rgb(183,204,126); }

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

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

 span { border-color: rgb(183,204,126); }

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