#B4C97D

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

Shades of Caper #B4C97D

Tints of Caper #B4C97D

Color information

#B4C97D (or 0xB4C97D) is unknown color: approx Caper. HEX triplet: B4, C9 and 7D. RGB value is (180,201,125). Sum of RGB (Red+Green+Blue) = 180+201+125=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 201 - color contains mainly: green. Hex color #B4C97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C97D is #4B3682. Grayscale: #BABABA. Windows color (decimal): -4929155 or 8243636. OLE color: 8243636.

HSL color Cylindrical-coordinate representation of color #B4C97D: hue angle of 76.58º degrees, saturation: 0.41, 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 #B4C97D is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB180201125-
CMYK0.1000.380.21
HSL76.58º41.3%63.92%-
HSV(B)76.58º37.81%78.82%-
XYZ43.4152.9627.34-
YUV186.0693.54123.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.57%
GREEN value IS 201 (78.91% from 255) = 39.72%
BLUE value IS 125 (49.22% from 255) = 24.70%
R=35.57%
G=39.72%
B=24.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802011250.1000.380.2176.5841.363.92
HexB4C97DA026154d2940
Octal264311175120462511551100
Binary10110100110010011111101101001001101010110011011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C97D; }

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

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

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

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

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

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

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

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