#B7CC8A

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

Shades of Caper #B7CC8A

Tints of Caper #B7CC8A

Color information

#B7CC8A (or 0xB7CC8A) is unknown color: approx Caper. HEX triplet: B7, CC and 8A. RGB value is (183,204,138). Sum of RGB (Red+Green+Blue) = 183+204+138=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CC8A is #483375. Grayscale: #BEBEBE. Windows color (decimal): -4731766 or 9096375. OLE color: 9096375.

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

Color convert

RGB183204138-
CMYK0.1000.320.2
HSL79.09º39.29%67.06%-
HSV(B)79.09º32.35%80%-
XYZ45.7155.0932.27-
YUV190.298.54122.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.86%
GREEN value IS 204 (80.08% from 255) = 38.86%
BLUE value IS 138 (54.30% from 255) = 26.29%
R=34.86%
G=38.86%
B=26.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1832041380.1000.320.279.0939.2967.06
HexB7CC8AA020144f2743
Octal267314212120402411747103
Binary101101111100110010001010101001000001010010011111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CC8A; }

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

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

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

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

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

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

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

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