#B4C58A

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

Shades of Caper #B4C58A

Tints of Caper #B4C58A

Color information

#B4C58A (or 0xB4C58A) is unknown color: approx Caper. HEX triplet: B4, C5 and 8A. RGB value is (180,197,138). Sum of RGB (Red+Green+Blue) = 180+197+138=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C58A is #4B3A75. Grayscale: #B9B9B9. Windows color (decimal): -4930166 or 9094580. OLE color: 9094580.

HSL color Cylindrical-coordinate representation of color #B4C58A: hue angle of 77.29º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4C58A is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB180197138-
CMYK0.0900.300.23
HSL77.29º33.71%65.69%-
HSV(B)77.29º29.95%77.25%-
XYZ43.3851.4731.69-
YUV185.19101.37124.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 197 (77.34% from 255) = 38.25%
BLUE value IS 138 (54.30% from 255) = 26.80%
R=34.95%
G=38.25%
B=26.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1801971380.0900.300.2377.2933.7165.69
HexB4C58A901E174d2242
Octal264305212110362711542102
Binary10110100110001011000101010010111101011110011011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C58A; }

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

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

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

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

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

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

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

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