#BFD381

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

Shades of Deco #BFD381

Tints of Deco #BFD381

Color information

#BFD381 (or 0xBFD381) is unknown color: approx Deco. HEX triplet: BF, D3 and 81. RGB value is (191,211,129). Sum of RGB (Red+Green+Blue) = 191+211+129=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD381 is #402C7E. Grayscale: #C3C3C3. Windows color (decimal): -4205695 or 8508351. OLE color: 8508351.

HSL color Cylindrical-coordinate representation of color #BFD381: hue angle of 74.63º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFD381 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB191211129-
CMYK0.0900.390.17
HSL74.63º48.24%66.67%-
HSV(B)74.63º38.86%82.75%-
XYZ48.7459.2529.64-
YUV195.6790.37124.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 211 (82.81% from 255) = 39.74%
BLUE value IS 129 (50.78% from 255) = 24.29%
R=35.97%
G=39.74%
B=24.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1912111290.0900.390.1774.6348.2466.67
HexBFD3819027114b3043
Octal277323201110472111360103
Binary101111111101001110000001100101001111000110010111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD381; }

 p { color: rgb(191,211,129); }

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

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

 a { background-color: rgb(191,211,129); }

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

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

 span { border-color: rgb(191,211,129); }

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