#b0d075

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

Shades of Caper #B0D075

Tints of Caper #B0D075

Color information

#B0D075 (or 0xB0D075) is unknown color: approx Caper. HEX triplet: B0, D0 and 75. RGB value is (176,208,117). Sum of RGB (Red+Green+Blue) = 176+208+117=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D075 is #4F2F8A. Grayscale: #BCBCBC. Windows color (decimal): -5189515 or 7721136. OLE color: 7721136.

HSL color Cylindrical-coordinate representation of color #B0D075: hue angle of 81.1º degrees, saturation: 0.49, 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 #B0D075 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB176208117-
CMYK0.1500.440.18
HSL81.1º49.19%63.73%-
HSV(B)81.1º43.75%81.57%-
XYZ43.6755.6325.26-
YUV188.0687.9119.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.13%
GREEN value IS 208 (81.64% from 255) = 41.52%
BLUE value IS 117 (46.09% from 255) = 23.35%
R=35.13%
G=41.52%
B=23.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762081170.1500.440.1881.149.1963.73
HexB0D075F02C12513140
Octal260320165170542212161100
Binary10110000110100001110101111101011001001010100011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0d075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0d075; }

 p { color: rgb(176,208,117); }

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

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

 a { background-color: rgb(176,208,117); }

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

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

 span { border-color: rgb(176,208,117); }

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