#BFD27A

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

Shades of Deco #BFD27A

Tints of Deco #BFD27A

Color information

#BFD27A (or 0xBFD27A) is unknown color: approx Deco. HEX triplet: BF, D2 and 7A. RGB value is (191,210,122). Sum of RGB (Red+Green+Blue) = 191+210+122=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD27A is #402D85. Grayscale: #C2C2C2. Windows color (decimal): -4205958 or 8049343. OLE color: 8049343.

HSL color Cylindrical-coordinate representation of color #BFD27A: hue angle of 72.95º 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 #BFD27A is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB191210122-
CMYK0.0900.420.18
HSL72.95º49.44%65.1%-
HSV(B)72.95º41.9%82.35%-
XYZ48.0558.5727.19-
YUV194.2987.21125.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.52%
GREEN value IS 210 (82.42% from 255) = 40.15%
BLUE value IS 122 (48.05% from 255) = 23.33%
R=36.52%
G=40.15%
B=23.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912101220.0900.420.1872.9549.4465.1
HexBFD27A902A12493141
Octal277322172110522211161101
Binary10111111110100101111010100101010101001010010011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD27A; }

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

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

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

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

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

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

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

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