#BFDF3B

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

Shades of Las Palmas #BFDF3B

Tints of Las Palmas #BFDF3B

Color information

#BFDF3B (or 0xBFDF3B) is unknown color: approx Las Palmas. HEX triplet: BF, DF and 3B. RGB value is (191,223,59). Sum of RGB (Red+Green+Blue) = 191+223+59=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 59 (23.44% from 255 or 12.47% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDF3B is #4020C4. Grayscale: #C3C3C3. Windows color (decimal): -4202693 or 3923903. OLE color: 3923903.

HSL color Cylindrical-coordinate representation of color #BFDF3B: hue angle of 71.71º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFDF3B is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB19122359-
CMYK0.1400.740.13
HSL71.71º71.93%55.29%-
HSV(B)71.71º73.54%87.45%-
XYZ48.6664.1713.96-
YUV194.7451.4125.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.38%
GREEN value IS 223 (87.5% from 255) = 47.15%
BLUE value IS 59 (23.44% from 255) = 12.47%
R=40.38%
G=47.15%
B=12.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191223590.1400.740.1371.7171.9355.29
HexBFDF3BE04AD484837
Octal277337731601121511011067
Binary1011111111011111111011111001001010110110010001001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDF3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDF3B; }

 p { color: rgb(191,223,59); }

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

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

 a { background-color: rgb(191,223,59); }

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

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

 span { border-color: rgb(191,223,59); }

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