#bfd548

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

Shades of Las Palmas #BFD548

Tints of Las Palmas #BFD548

Color information

#BFD548 (or 0xBFD548) is unknown color: approx Las Palmas. HEX triplet: BF, D5 and 48. RGB value is (191,213,72). Sum of RGB (Red+Green+Blue) = 191+213+72=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 72 (28.52% from 255 or 15.13% from 476); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD548 is #402AB7. Grayscale: #BEBEBE. Windows color (decimal): -4205240 or 4773311. OLE color: 4773311.

HSL color Cylindrical-coordinate representation of color #BFD548: hue angle of 69.36º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFD548 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB19121372-
CMYK0.1000.660.16
HSL69.36º62.67%55.88%-
HSV(B)69.36º66.2%83.53%-
XYZ46.4559.1315.1-
YUV190.3561.21128.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.13%
GREEN value IS 213 (83.59% from 255) = 44.75%
BLUE value IS 72 (28.52% from 255) = 15.13%
R=40.13%
G=44.75%
B=15.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal191213720.1000.660.1669.3662.6755.88
HexBFD548A04210453f38
Octal277325110120102201057770
Binary10111111110101011001000101001000010100001000101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfd548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfd548; }

 p { color: rgb(191,213,72); }

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

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

 a { background-color: rgb(191,213,72); }

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

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

 span { border-color: rgb(191,213,72); }

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