#B4C780

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

Shades of Caper #B4C780

Tints of Caper #B4C780

Color information

#B4C780 (or 0xB4C780) is unknown color: approx Caper. HEX triplet: B4, C7 and 80. RGB value is (180,199,128). Sum of RGB (Red+Green+Blue) = 180+199+128=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 199 - color contains mainly: green. Hex color #B4C780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C780 is #4B387F. Grayscale: #B9B9B9. Windows color (decimal): -4929664 or 8439732. OLE color: 8439732.

HSL color Cylindrical-coordinate representation of color #B4C780: hue angle of 76.06º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B4C780 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB180199128-
CMYK0.1000.360.22
HSL76.06º38.8%64.12%-
HSV(B)76.06º35.68%78.04%-
XYZ43.1452.1128.21-
YUV185.2295.71124.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.50%
GREEN value IS 199 (78.12% from 255) = 39.25%
BLUE value IS 128 (50.39% from 255) = 25.25%
R=35.50%
G=39.25%
B=25.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801991280.1000.360.2276.0638.864.12
HexB4C780A024164c2740
Octal264307200120442611447100
Binary101101001100011110000000101001001001011010011001001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C780; }

 p { color: rgb(180,199,128); }

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

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

 a { background-color: rgb(180,199,128); }

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

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

 span { border-color: rgb(180,199,128); }

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