#B4CD70

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

Shades of Caper #B4CD70

Tints of Caper #B4CD70

Color information

#B4CD70 (or 0xB4CD70) is unknown color: approx Caper. HEX triplet: B4, CD and 70. RGB value is (180,205,112). Sum of RGB (Red+Green+Blue) = 180+205+112=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CD70 is #4B328F. Grayscale: #BBBBBB. Windows color (decimal): -4928144 or 7392692. OLE color: 7392692.

HSL color Cylindrical-coordinate representation of color #B4CD70: hue angle of 76.13º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4CD70 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB180205112-
CMYK0.1200.450.20
HSL76.13º48.19%62.16%-
HSV(B)76.13º45.37%80.39%-
XYZ43.5854.5423.56-
YUV186.9285.72123.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 205 (80.47% from 255) = 41.25%
BLUE value IS 112 (44.14% from 255) = 22.54%
R=36.22%
G=41.25%
B=22.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802051120.1200.450.2076.1348.1962.16
HexB4CD70C02D144c303e
Octal26431516014055241146076
Binary1011010011001101111000011000101101101001001100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CD70; }

 p { color: rgb(180,205,112); }

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

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

 a { background-color: rgb(180,205,112); }

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

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

 span { border-color: rgb(180,205,112); }

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