#B4C38C

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

Shades of Caper #B4C38C

Tints of Caper #B4C38C

Color information

#B4C38C (or 0xB4C38C) is unknown color: approx Caper. HEX triplet: B4, C3 and 8C. RGB value is (180,195,140). Sum of RGB (Red+Green+Blue) = 180+195+140=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C38C is #4B3C73. Grayscale: #B8B8B8. Windows color (decimal): -4930676 or 9225140. OLE color: 9225140.

HSL color Cylindrical-coordinate representation of color #B4C38C: hue angle of 76.36º 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 #B4C38C is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB180195140-
CMYK0.0800.280.24
HSL76.36º31.43%65.69%-
HSV(B)76.36º28.21%76.47%-
XYZ43.0750.6332.31-
YUV184.24103.03124.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 195 (76.56% from 255) = 37.86%
BLUE value IS 140 (55.08% from 255) = 27.18%
R=34.95%
G=37.86%
B=27.18%

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
Decimal1801951400.0800.280.2476.3631.4365.69
HexB4C38C801C184c1f42
Octal264303214100343011437102
Binary1011010011000011100011001000011100110001001100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C38C; }

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

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

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

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

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

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

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

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