Html Css Color HEX #BFD63A Las Palmas

📋 copy color: '#BFD63A'

red 191 ◦ green 214 ◦ blue 58

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

Shades of Las Palmas #BFD63A

Tints of Las Palmas #BFD63A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.22%

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

R = 41.25%
G = 46.22%
B = 12.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#BFD63A (or 0xBFD63A) is known color: Las Palmas. HEX triplet: BF, D6 and 3A. RGB value is (191,214,58). Sum of RGB (Red+Green+Blue) = 191+214+58=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 58 (23.05% from 255 or 12.53% from 463); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD63A is #4029C5. Grayscale: #BDBDBD. Windows color (decimal): -4204998 or 3856063. OLE color: 3856063.

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

Color convert

RGB 191 214 58 -
CMYK 0.11 0 0.73 0.16
HSL 68.85º 0.66% 0.53% -
HSV(B) 68.85º 0.73% 0.84% -
XYZ 46.3 59.47 13.04 -
YUV 189.34 53.88 129.18 -
System Red Green Blue C M Y K H S L
Decimal 191 214 58 0.11 0 0.73 0.16 68.85 0.66 0.53
Hex BF D6 3A B 0 49 10 45 42 35
Octal 277 326 72 13 0 111 20 105 102 65
Binary 10111111 11010110 111010 1011 0 1001001 10000 1000101 1000010 110101

Color Harmonies of #BFD63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD63A

Black with #BFD63A

Text Example


Text Example

White with #BFD63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD63A; }

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

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

background-color css

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

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

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

border-color css

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

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

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