#B4C28A

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

Shades of Caper #B4C28A

Tints of Caper #B4C28A

Color information

#B4C28A (or 0xB4C28A) is unknown color: approx Caper. HEX triplet: B4, C2 and 8A. RGB value is (180,194,138). Sum of RGB (Red+Green+Blue) = 180+194+138=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C28A is #4B3D75. Grayscale: #B7B7B7. Windows color (decimal): -4930934 or 9093812. OLE color: 9093812.

HSL color Cylindrical-coordinate representation of color #B4C28A: hue angle of 75º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4C28A is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB180194138-
CMYK0.0700.290.24
HSL75º31.46%65.1%-
HSV(B)75º28.87%76.08%-
XYZ42.750.1231.47-
YUV183.43102.36125.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.16%
GREEN value IS 194 (76.17% from 255) = 37.89%
BLUE value IS 138 (54.30% from 255) = 26.95%
R=35.16%
G=37.89%
B=26.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801941380.0700.290.247531.4665.1
HexB4C28A701D184b1f41
Octal26430221270353011337101
Binary101101001100001010001010111011101110001001011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C28A; }

 p { color: rgb(180,194,138); }

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

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

 a { background-color: rgb(180,194,138); }

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

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

 span { border-color: rgb(180,194,138); }

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