#b4ce75

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

Shades of Caper #B4CE75

Tints of Caper #B4CE75

Color information

#B4CE75 (or 0xB4CE75) is unknown color: approx Caper. HEX triplet: B4, CE and 75. RGB value is (180,206,117). Sum of RGB (Red+Green+Blue) = 180+206+117=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CE75 is #4B318A. Grayscale: #BCBCBC. Windows color (decimal): -4927883 or 7720628. OLE color: 7720628.

HSL color Cylindrical-coordinate representation of color #B4CE75: hue angle of 77.53º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4CE75 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB180206117-
CMYK0.1300.430.19
HSL77.53º47.59%63.33%-
HSV(B)77.53º43.2%80.78%-
XYZ44.155.1325.15-
YUV188.0887.89122.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 206 (80.86% from 255) = 40.95%
BLUE value IS 117 (46.09% from 255) = 23.26%
R=35.79%
G=40.95%
B=23.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802061170.1300.430.1977.5347.5963.33
HexB4CE75D02B134e303f
Octal26431616515053231166077
Binary1011010011001110111010111010101011100111001110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4ce75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4ce75; }

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

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

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

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

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

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

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

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