Html Css Color HEX #BFDA48 Las Palmas

📋 copy color: '#BFDA48'

red 191 ◦ green 218 ◦ blue 72

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

Shades of Las Palmas #BFDA48

Tints of Las Palmas #BFDA48

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.32%

 BLUE value IS 72 (28.52% from 255) = 14.97%

R = 39.71%
G = 45.32%
B = 14.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#BFDA48 (or 0xBFDA48) is known color: Las Palmas. HEX triplet: BF, DA and 48. RGB value is (191,218,72). Sum of RGB (Red+Green+Blue) = 191+218+72=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 72 (28.52% from 255 or 14.97% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDA48 is #4025B7. Grayscale: #C1C1C1. Windows color (decimal): -4203960 or 4774591. OLE color: 4774591.

HSL color Cylindrical-coordinate representation of color #BFDA48: hue angle of 71.1º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFDA48 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 218 72 -
CMYK 0.12 0 0.67 0.15
HSL 71.1º 0.66% 0.57% -
HSV(B) 71.1º 0.67% 0.85% -
XYZ 47.73 61.69 15.52 -
YUV 193.28 59.55 126.37 -
System Red Green Blue C M Y K H S L
Decimal 191 218 72 0.12 0 0.67 0.15 71.1 0.66 0.57
Hex BF DA 48 C 0 43 F 47 42 39
Octal 277 332 110 14 0 103 17 107 102 71
Binary 10111111 11011010 1001000 1100 0 1000011 1111 1000111 1000010 111001

Color Harmonies of #BFDA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDA48

Black with #BFDA48

Text Example


Text Example

White with #BFDA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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