#B4D07A

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

Shades of Caper #B4D07A

Tints of Caper #B4D07A

Color information

#B4D07A (or 0xB4D07A) is unknown color: approx Caper. HEX triplet: B4, D0 and 7A. RGB value is (180,208,122). Sum of RGB (Red+Green+Blue) = 180+208+122=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D07A is #4B2F85. Grayscale: #BEBEBE. Windows color (decimal): -4927366 or 8048820. OLE color: 8048820.

HSL color Cylindrical-coordinate representation of color #B4D07A: hue angle of 79.53º degrees, saturation: 0.48, 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 #B4D07A is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB180208122-
CMYK0.1300.410.18
HSL79.53º47.78%64.71%-
HSV(B)79.53º41.35%81.57%-
XYZ44.8956.2226.9-
YUV189.8289.72120.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 208 (81.64% from 255) = 40.78%
BLUE value IS 122 (48.05% from 255) = 23.92%
R=35.29%
G=40.78%
B=23.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1802081220.1300.410.1879.5347.7864.71
HexB4D07AD02912503041
Octal264320172150512212060101
Binary10110100110100001111010110101010011001010100001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D07A; }

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

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

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

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

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

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

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

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