#B4D273

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

Shades of Caper #B4D273

Tints of Caper #B4D273

Color information

#B4D273 (or 0xB4D273) is unknown color: approx Caper. HEX triplet: B4, D2 and 73. RGB value is (180,210,115). Sum of RGB (Red+Green+Blue) = 180+210+115=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D273 is #4B2D8C. Grayscale: #BEBEBE. Windows color (decimal): -4926861 or 7590580. OLE color: 7590580.

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

Color convert

RGB180210115-
CMYK0.1400.450.18
HSL78.95º51.35%63.73%-
HSV(B)78.95º45.24%82.35%-
XYZ44.9657.0324.86-
YUV190.285.56120.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.64%
GREEN value IS 210 (82.42% from 255) = 41.58%
BLUE value IS 115 (45.31% from 255) = 22.77%
R=35.64%
G=41.58%
B=22.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1802101150.1400.450.1878.9551.3563.73
HexB4D273E02D124f3340
Octal264322163160552211763100
Binary10110100110100101110011111001011011001010011111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D273; }

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

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

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

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

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

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

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

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