Html Css Color HEX #BFD53A Las Palmas

📋 copy color: '#BFD53A'

red 191 ◦ green 213 ◦ blue 58

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

Shades of Las Palmas #BFD53A

Tints of Las Palmas #BFD53A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.55%

R = 41.34%
G = 46.1%
B = 12.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#BFD53A (or 0xBFD53A) is known color: Las Palmas. HEX triplet: BF, D5 and 3A. RGB value is (191,213,58). Sum of RGB (Red+Green+Blue) = 191+213+58=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 58 (23.05% from 255 or 12.55% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD53A is #402AC5. Grayscale: #BDBDBD. Windows color (decimal): -4205254 or 3855807. OLE color: 3855807.

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

Color convert

RGB 191 213 58 -
CMYK 0.10 0 0.73 0.16
HSL 68.52º 0.65% 0.53% -
HSV(B) 68.52º 0.73% 0.84% -
XYZ 46.04 58.97 12.96 -
YUV 188.75 54.21 129.6 -
System Red Green Blue C M Y K H S L
Decimal 191 213 58 0.10 0 0.73 0.16 68.52 0.65 0.53
Hex BF D5 3A A 0 49 10 45 41 35
Octal 277 325 72 12 0 111 20 105 101 65
Binary 10111111 11010101 111010 1010 0 1001001 10000 1000101 1000001 110101

Color Harmonies of #BFD53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD53A

Black with #BFD53A

Text Example


Text Example

White with #BFD53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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