#B4D07F

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

Shades of Caper #B4D07F

Tints of Caper #B4D07F

Color information

#B4D07F (or 0xB4D07F) is unknown color: approx Caper. HEX triplet: B4, D0 and 7F. RGB value is (180,208,127). Sum of RGB (Red+Green+Blue) = 180+208+127=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D07F is #4B2F80. Grayscale: #BEBEBE. Windows color (decimal): -4927361 or 8376500. OLE color: 8376500.

HSL color Cylindrical-coordinate representation of color #B4D07F: hue angle of 80.74º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B4D07F is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB180208127-
CMYK0.1300.390.18
HSL80.74º46.29%65.69%-
HSV(B)80.74º38.94%81.57%-
XYZ45.2156.3528.57-
YUV190.3992.22120.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 208 (81.64% from 255) = 40.39%
BLUE value IS 127 (50% from 255) = 24.66%
R=34.95%
G=40.39%
B=24.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1802081270.1300.390.1880.7446.2965.69
HexB4D07FD02712512e42
Octal264320177150472212156102
Binary10110100110100001111111110101001111001010100011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D07F; }

 p { color: rgb(180,208,127); }

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

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

 a { background-color: rgb(180,208,127); }

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

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

 span { border-color: rgb(180,208,127); }

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