#B9D27A

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

Shades of Caper #B9D27A

Tints of Caper #B9D27A

Color information

#B9D27A (or 0xB9D27A) is unknown color: approx Caper. HEX triplet: B9, D2 and 7A. RGB value is (185,210,122). Sum of RGB (Red+Green+Blue) = 185+210+122=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D27A is #462D85. Grayscale: #C0C0C0. Windows color (decimal): -4599174 or 8049337. OLE color: 8049337.

HSL color Cylindrical-coordinate representation of color #B9D27A: hue angle of 77.05º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9D27A is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB185210122-
CMYK0.1200.420.18
HSL77.05º49.44%65.1%-
HSV(B)77.05º41.9%82.35%-
XYZ46.5757.8127.12-
YUV192.4988.22122.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.78%
GREEN value IS 210 (82.42% from 255) = 40.62%
BLUE value IS 122 (48.05% from 255) = 23.60%
R=35.78%
G=40.62%
B=23.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1852101220.1200.420.1877.0549.4465.1
HexB9D27AC02A124d3141
Octal271322172140522211561101
Binary10111001110100101111010110001010101001010011011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D27A; }

 p { color: rgb(185,210,122); }

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

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

 a { background-color: rgb(185,210,122); }

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

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

 span { border-color: rgb(185,210,122); }

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