Html Css Color HEX #BFD03F Las Palmas

📋 copy color: '#BFD03F'

red 191 ◦ green 208 ◦ blue 63

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

Shades of Las Palmas #BFD03F

Tints of Las Palmas #BFD03F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.02%

 BLUE value IS 63 (25% from 255) = 13.64%

R = 41.34%
G = 45.02%
B = 13.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#BFD03F (or 0xBFD03F) is known color: Las Palmas. HEX triplet: BF, D0 and 3F. RGB value is (191,208,63). Sum of RGB (Red+Green+Blue) = 191+208+63=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 63 (25% from 255 or 13.64% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD03F is #402FC0. Grayscale: #BABABA. Windows color (decimal): -4206529 or 4182207. OLE color: 4182207.

HSL color Cylindrical-coordinate representation of color #BFD03F: hue angle of 67.03º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFD03F is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 208 63 -
CMYK 0.08 0 0.70 0.18
HSL 67.03º 0.61% 0.53% -
HSV(B) 67.03º 0.7% 0.82% -
XYZ 44.94 56.55 13.25 -
YUV 186.39 58.37 131.29 -
System Red Green Blue C M Y K H S L
Decimal 191 208 63 0.08 0 0.70 0.18 67.03 0.61 0.53
Hex BF D0 3F 8 0 46 12 43 3D 35
Octal 277 320 77 10 0 106 22 103 75 65
Binary 10111111 11010000 111111 1000 0 1000110 10010 1000011 111101 110101

Color Harmonies of #BFD03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD03F

Black with #BFD03F

Text Example


Text Example

White with #BFD03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD03F; }

 p { color: rgb(191,208,63); }

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

background-color css

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

 a { background-color: rgb(191,208,63); }

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

border-color css

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

 span { border-color: rgb(191,208,63); }

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