#BDD47A

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

Shades of Caper #BDD47A

Tints of Caper #BDD47A

Color information

#BDD47A (or 0xBDD47A) is unknown color: approx Caper. HEX triplet: BD, D4 and 7A. RGB value is (189,212,122). Sum of RGB (Red+Green+Blue) = 189+212+122=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD47A is #422B85. Grayscale: #C3C3C3. Windows color (decimal): -4336518 or 8049853. OLE color: 8049853.

HSL color Cylindrical-coordinate representation of color #BDD47A: hue angle of 75.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDD47A is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB189212122-
CMYK0.1100.420.17
HSL75.33º51.14%65.49%-
HSV(B)75.33º42.45%83.14%-
XYZ48.0459.3127.33-
YUV194.8686.88123.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 212 (83.20% from 255) = 40.54%
BLUE value IS 122 (48.05% from 255) = 23.33%
R=36.14%
G=40.54%
B=23.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892121220.1100.420.1775.3351.1465.49
HexBDD47AB02A114b3341
Octal275324172130522111363101
Binary10111101110101001111010101101010101000110010111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD47A; }

 p { color: rgb(189,212,122); }

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

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

 a { background-color: rgb(189,212,122); }

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

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

 span { border-color: rgb(189,212,122); }

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