#B4CE7B

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

Shades of Caper #B4CE7B

Tints of Caper #B4CE7B

Color information

#B4CE7B (or 0xB4CE7B) is unknown color: approx Caper. HEX triplet: B4, CE and 7B. RGB value is (180,206,123). Sum of RGB (Red+Green+Blue) = 180+206+123=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CE7B is #4B3184. Grayscale: #BDBDBD. Windows color (decimal): -4927877 or 8113844. OLE color: 8113844.

HSL color Cylindrical-coordinate representation of color #B4CE7B: hue angle of 78.8º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4CE7B is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB180206123-
CMYK0.1300.400.19
HSL78.8º45.86%64.51%-
HSV(B)78.8º40.29%80.78%-
XYZ44.4755.2827.06-
YUV188.7690.89121.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 206 (80.86% from 255) = 40.47%
BLUE value IS 123 (48.44% from 255) = 24.17%
R=35.36%
G=40.47%
B=24.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802061230.1300.400.1978.845.8664.51
HexB4CE7BD028134f2e41
Octal264316173150502311756101
Binary10110100110011101111011110101010001001110011111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CE7B; }

 p { color: rgb(180,206,123); }

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

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

 a { background-color: rgb(180,206,123); }

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

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

 span { border-color: rgb(180,206,123); }

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