Html Css Color HEX #BFD046 Las Palmas

📋 copy color: '#BFD046'

red 191 ◦ green 208 ◦ blue 70

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

Shades of Las Palmas #BFD046

Tints of Las Palmas #BFD046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.93%

R = 40.72%
G = 44.35%
B = 14.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#BFD046 (or 0xBFD046) is known color: Las Palmas. HEX triplet: BF, D0 and 46. RGB value is (191,208,70). Sum of RGB (Red+Green+Blue) = 191+208+70=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 70 (27.73% from 255 or 14.93% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD046 is #402FB9. Grayscale: #BBBBBB. Windows color (decimal): -4206522 or 4640959. OLE color: 4640959.

HSL color Cylindrical-coordinate representation of color #BFD046: hue angle of 67.39º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFD046 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 208 70 -
CMYK 0.08 0 0.66 0.18
HSL 67.39º 0.59% 0.55% -
HSV(B) 67.39º 0.66% 0.82% -
XYZ 45.15 56.63 14.35 -
YUV 187.19 61.87 130.72 -
System Red Green Blue C M Y K H S L
Decimal 191 208 70 0.08 0 0.66 0.18 67.39 0.59 0.55
Hex BF D0 46 8 0 42 12 43 3B 37
Octal 277 320 106 10 0 102 22 103 73 67
Binary 10111111 11010000 1000110 1000 0 1000010 10010 1000011 111011 110111

Color Harmonies of #BFD046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD046

Black with #BFD046

Text Example


Text Example

White with #BFD046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD046; }

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

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

background-color css

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

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

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

border-color css

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

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

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