#B4C38D

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

Shades of Caper #B4C38D

Tints of Caper #B4C38D

Color information

#B4C38D (or 0xB4C38D) is unknown color: approx Caper. HEX triplet: B4, C3 and 8D. RGB value is (180,195,141). Sum of RGB (Red+Green+Blue) = 180+195+141=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C38D is #4B3C72. Grayscale: #B8B8B8. Windows color (decimal): -4930675 or 9290676. OLE color: 9290676.

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

Color convert

RGB180195141-
CMYK0.0800.280.24
HSL76.67º31.03%65.88%-
HSV(B)76.67º27.69%76.47%-
XYZ43.1550.6632.7-
YUV184.36103.53124.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.88%
GREEN value IS 195 (76.56% from 255) = 37.79%
BLUE value IS 141 (55.47% from 255) = 27.33%
R=34.88%
G=37.79%
B=27.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801951410.0800.280.2476.6731.0365.88
HexB4C38D801C184d1f42
Octal264303215100343011537102
Binary1011010011000011100011011000011100110001001101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C38D; }

 p { color: rgb(180,195,141); }

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

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

 a { background-color: rgb(180,195,141); }

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

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

 span { border-color: rgb(180,195,141); }

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