#B4D175

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

Shades of Caper #B4D175

Tints of Caper #B4D175

Color information

#B4D175 (or 0xB4D175) is unknown color: approx Caper. HEX triplet: B4, D1 and 75. RGB value is (180,209,117). Sum of RGB (Red+Green+Blue) = 180+209+117=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D175 is #4B2E8A. Grayscale: #BEBEBE. Windows color (decimal): -4927115 or 7721396. OLE color: 7721396.

HSL color Cylindrical-coordinate representation of color #B4D175: hue angle of 78.91º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4D175 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB180209117-
CMYK0.1400.440.18
HSL78.91º50%63.92%-
HSV(B)78.91º44.02%81.96%-
XYZ44.8356.5925.39-
YUV189.8486.89120.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.57%
GREEN value IS 209 (82.03% from 255) = 41.30%
BLUE value IS 117 (46.09% from 255) = 23.12%
R=35.57%
G=41.30%
B=23.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1802091170.1400.440.1878.915063.92
HexB4D175E02C124f3240
Octal264321165160542211762100
Binary10110100110100011110101111001011001001010011111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D175; }

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

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

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

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

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

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

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

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