#b4d073

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

Shades of Caper #B4D073

Tints of Caper #B4D073

Color information

#B4D073 (or 0xB4D073) is unknown color: approx Caper. HEX triplet: B4, D0 and 73. RGB value is (180,208,115). Sum of RGB (Red+Green+Blue) = 180+208+115=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D073 is #4B2F8C. Grayscale: #BDBDBD. Windows color (decimal): -4927373 or 7590068. OLE color: 7590068.

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

Color convert

RGB180208115-
CMYK0.1300.450.18
HSL78.06º49.73%63.33%-
HSV(B)78.06º44.71%81.57%-
XYZ44.4756.0524.69-
YUV189.0386.22121.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 208 (81.64% from 255) = 41.35%
BLUE value IS 115 (45.31% from 255) = 22.86%
R=35.79%
G=41.35%
B=22.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1802081150.1300.450.1878.0649.7363.33
HexB4D073D02D124e323f
Octal26432016315055221166277
Binary1011010011010000111001111010101101100101001110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4d073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4d073; }

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

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

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

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

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

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

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

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