Html Css Color HEX #BFD549 Las Palmas

📋 copy color: '#BFD549'

red 191 ◦ green 213 ◦ blue 73

#BFD549
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #BFD549

Tints of Las Palmas #BFD549

RGB

 RED value IS 191 (75% from 255) = 40.04%

 GREEN value IS 213 (83.59% from 255) = 44.65%

 BLUE value IS 73 (28.91% from 255) = 15.3%

R = 40.04%
G = 44.65%
B = 15.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#BFD549 (or 0xBFD549) is known color: Las Palmas. HEX triplet: BF, D5 and 49. RGB value is (191,213,73). Sum of RGB (Red+Green+Blue) = 191+213+73=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 73 (28.91% from 255 or 15.30% from 477); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD549 is #402AB6. Grayscale: #BEBEBE. Windows color (decimal): -4205239 or 4838847. OLE color: 4838847.

HSL color Cylindrical-coordinate representation of color #BFD549: hue angle of 69.43º degrees, saturation: 0.62, 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 #BFD549 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 213 73 -
CMYK 0.10 0 0.66 0.16
HSL 69.43º 0.63% 0.56% -
HSV(B) 69.43º 0.66% 0.84% -
XYZ 46.48 59.15 15.27 -
YUV 190.46 61.71 128.38 -
System Red Green Blue C M Y K H S L
Decimal 191 213 73 0.10 0 0.66 0.16 69.43 0.63 0.56
Hex BF D5 49 A 0 42 10 45 3E 38
Octal 277 325 111 12 0 102 20 105 76 70
Binary 10111111 11010101 1001001 1010 0 1000010 10000 1000101 111110 111000

Color Harmonies of #BFD549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD549

Black with #BFD549

Text Example


Text Example

White with #BFD549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD549; }

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

 H1.HeaderClassName
 {
   color: #BFD549;
 }
 .AnyTagClassName
 {
   color: #BFD549;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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