#B4D27C

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

Shades of Caper #B4D27C

Tints of Caper #B4D27C

Color information

#B4D27C (or 0xB4D27C) is unknown color: approx Caper. HEX triplet: B4, D2 and 7C. RGB value is (180,210,124). Sum of RGB (Red+Green+Blue) = 180+210+124=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D27C is #4B2D83. Grayscale: #BFBFBF. Windows color (decimal): -4926852 or 8180404. OLE color: 8180404.

HSL color Cylindrical-coordinate representation of color #B4D27C: hue angle of 80.93º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4D27C is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB180210124-
CMYK0.1400.410.18
HSL80.93º48.86%65.49%-
HSV(B)80.93º40.95%82.35%-
XYZ45.5157.2527.72-
YUV191.2390.06119.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.02%
GREEN value IS 210 (82.42% from 255) = 40.86%
BLUE value IS 124 (48.83% from 255) = 24.12%
R=35.02%
G=40.86%
B=24.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1802101240.1400.410.1880.9348.8665.49
HexB4D27CE02912513141
Octal264322174160512212161101
Binary10110100110100101111100111001010011001010100011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D27C; }

 p { color: rgb(180,210,124); }

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

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

 a { background-color: rgb(180,210,124); }

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

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

 span { border-color: rgb(180,210,124); }

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