Html Css Color HEX #BFDC3A Las Palmas

📋 copy color: '#BFDC3A'

red 191 ◦ green 220 ◦ blue 58

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

Shades of Las Palmas #BFDC3A

Tints of Las Palmas #BFDC3A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.91%

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

R = 40.72%
G = 46.91%
B = 12.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#BFDC3A (or 0xBFDC3A) is known color: Las Palmas. HEX triplet: BF, DC and 3A. RGB value is (191,220,58). Sum of RGB (Red+Green+Blue) = 191+220+58=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 58 (23.05% from 255 or 12.37% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDC3A is #4023C5. Grayscale: #C1C1C1. Windows color (decimal): -4203462 or 3857599. OLE color: 3857599.

HSL color Cylindrical-coordinate representation of color #BFDC3A: hue angle of 70.74º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFDC3A is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 220 58 -
CMYK 0.13 0 0.74 0.14
HSL 70.74º 0.7% 0.55% -
HSV(B) 70.74º 0.74% 0.86% -
XYZ 47.84 62.57 13.56 -
YUV 192.86 51.89 126.67 -
System Red Green Blue C M Y K H S L
Decimal 191 220 58 0.13 0 0.74 0.14 70.74 0.7 0.55
Hex BF DC 3A D 0 4A E 47 46 37
Octal 277 334 72 15 0 112 16 107 106 67
Binary 10111111 11011100 111010 1101 0 1001010 1110 1000111 1000110 110111

Color Harmonies of #BFDC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC3A

Black with #BFDC3A

Text Example


Text Example

White with #BFDC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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