#B4CA7D

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

Shades of Caper #B4CA7D

Tints of Caper #B4CA7D

Color information

#B4CA7D (or 0xB4CA7D) is unknown color: approx Caper. HEX triplet: B4, CA and 7D. RGB value is (180,202,125). Sum of RGB (Red+Green+Blue) = 180+202+125=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CA7D is #4B3582. Grayscale: #BABABA. Windows color (decimal): -4928899 or 8243892. OLE color: 8243892.

HSL color Cylindrical-coordinate representation of color #B4CA7D: hue angle of 77.14º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4CA7D is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB180202125-
CMYK0.1100.380.21
HSL77.14º42.08%64.12%-
HSV(B)77.14º38.12%79.22%-
XYZ43.6453.4327.41-
YUV186.6493.21123.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.50%
GREEN value IS 202 (79.30% from 255) = 39.84%
BLUE value IS 125 (49.22% from 255) = 24.65%
R=35.50%
G=39.84%
B=24.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802021250.1100.380.2177.1442.0864.12
HexB4CA7DB026154d2a40
Octal264312175130462511552100
Binary10110100110010101111101101101001101010110011011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CA7D; }

 p { color: rgb(180,202,125); }

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

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

 a { background-color: rgb(180,202,125); }

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

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

 span { border-color: rgb(180,202,125); }

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