Html Css Color HEX #BFDA3C Las Palmas

📋 copy color: '#BFDA3C'

red 191 ◦ green 218 ◦ blue 60

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

Shades of Las Palmas #BFDA3C

Tints of Las Palmas #BFDA3C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.48%

 BLUE value IS 60 (23.83% from 255) = 12.79%

R = 40.72%
G = 46.48%
B = 12.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#BFDA3C (or 0xBFDA3C) is known color: Las Palmas. HEX triplet: BF, DA and 3C. RGB value is (191,218,60). Sum of RGB (Red+Green+Blue) = 191+218+60=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 60 (23.83% from 255 or 12.79% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDA3C is #4025C3. Grayscale: #C0C0C0. Windows color (decimal): -4203972 or 3988159. OLE color: 3988159.

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

Color convert

RGB 191 218 60 -
CMYK 0.12 0 0.72 0.15
HSL 70.25º 0.68% 0.55% -
HSV(B) 70.25º 0.72% 0.85% -
XYZ 47.37 61.55 13.66 -
YUV 191.92 53.55 127.35 -
System Red Green Blue C M Y K H S L
Decimal 191 218 60 0.12 0 0.72 0.15 70.25 0.68 0.55
Hex BF DA 3C C 0 48 F 46 44 37
Octal 277 332 74 14 0 110 17 106 104 67
Binary 10111111 11011010 111100 1100 0 1001000 1111 1000110 1000100 110111

Color Harmonies of #BFDA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDA3C

Black with #BFDA3C

Text Example


Text Example

White with #BFDA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDA3C; }

 p { color: rgb(191,218,60); }

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

background-color css

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

 a { background-color: rgb(191,218,60); }

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

border-color css

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

 span { border-color: rgb(191,218,60); }

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