Html Css Color HEX #BFD93C Las Palmas

📋 copy color: '#BFD93C'

red 191 ◦ green 217 ◦ blue 60

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

Shades of Las Palmas #BFD93C

Tints of Las Palmas #BFD93C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.37%

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

R = 40.81%
G = 46.37%
B = 12.82%

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

#BFD93C (or 0xBFD93C) is known color: Las Palmas. HEX triplet: BF, D9 and 3C. RGB value is (191,217,60). Sum of RGB (Red+Green+Blue) = 191+217+60=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 60 (23.83% from 255 or 12.82% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD93C is #4026C3. Grayscale: #BFBFBF. Windows color (decimal): -4204228 or 3987903. OLE color: 3987903.

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

Color convert

RGB 191 217 60 -
CMYK 0.12 0 0.72 0.15
HSL 69.94º 0.67% 0.54% -
HSV(B) 69.94º 0.72% 0.85% -
XYZ 47.11 61.03 13.57 -
YUV 191.33 53.89 127.77 -
System Red Green Blue C M Y K H S L
Decimal 191 217 60 0.12 0 0.72 0.15 69.94 0.67 0.54
Hex BF D9 3C C 0 48 F 46 43 36
Octal 277 331 74 14 0 110 17 106 103 66
Binary 10111111 11011001 111100 1100 0 1001000 1111 1000110 1000011 110110

Color Harmonies of #BFD93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD93C

Black with #BFD93C

Text Example


Text Example

White with #BFD93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD93C; }

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

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

background-color css

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

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

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

border-color css

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

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

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