Html Css Color HEX #BFD93A Las Palmas

📋 copy color: '#BFD93A'

red 191 ◦ green 217 ◦ blue 58

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

Shades of Las Palmas #BFD93A

Tints of Las Palmas #BFD93A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.57%

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

R = 40.99%
G = 46.57%
B = 12.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#BFD93A (or 0xBFD93A) is known color: Las Palmas. HEX triplet: BF, D9 and 3A. RGB value is (191,217,58). Sum of RGB (Red+Green+Blue) = 191+217+58=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 58 (23.05% from 255 or 12.45% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD93A is #4026C5. Grayscale: #BFBFBF. Windows color (decimal): -4204230 or 3856831. OLE color: 3856831.

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

Color convert

RGB 191 217 58 -
CMYK 0.12 0 0.73 0.15
HSL 69.81º 0.68% 0.54% -
HSV(B) 69.81º 0.73% 0.85% -
XYZ 47.06 61.01 13.3 -
YUV 191.1 52.89 127.93 -
System Red Green Blue C M Y K H S L
Decimal 191 217 58 0.12 0 0.73 0.15 69.81 0.68 0.54
Hex BF D9 3A C 0 49 F 46 44 36
Octal 277 331 72 14 0 111 17 106 104 66
Binary 10111111 11011001 111010 1100 0 1001001 1111 1000110 1000100 110110

Color Harmonies of #BFD93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD93A

Black with #BFD93A

Text Example


Text Example

White with #BFD93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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