Html Css Color HEX #BFDA38 Las Palmas

📋 copy color: '#BFDA38'

red 191 ◦ green 218 ◦ blue 56

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

Shades of Las Palmas #BFDA38

Tints of Las Palmas #BFDA38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.04%

R = 41.08%
G = 46.88%
B = 12.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#BFDA38 (or 0xBFDA38) is known color: Las Palmas. HEX triplet: BF, DA and 38. RGB value is (191,218,56). Sum of RGB (Red+Green+Blue) = 191+218+56=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 56 (22.27% from 255 or 12.04% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDA38 is #4025C7. Grayscale: #C0C0C0. Windows color (decimal): -4203976 or 3726015. OLE color: 3726015.

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

Color convert

RGB 191 218 56 -
CMYK 0.12 0 0.74 0.15
HSL 70º 0.69% 0.54% -
HSV(B) 70º 0.74% 0.85% -
XYZ 47.27 61.5 13.12 -
YUV 191.46 51.55 127.67 -
System Red Green Blue C M Y K H S L
Decimal 191 218 56 0.12 0 0.74 0.15 70 0.69 0.54
Hex BF DA 38 C 0 4A F 46 45 36
Octal 277 332 70 14 0 112 17 106 105 66
Binary 10111111 11011010 111000 1100 0 1001010 1111 1000110 1000101 110110

Color Harmonies of #BFDA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDA38

Black with #BFDA38

Text Example


Text Example

White with #BFDA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDA38; }

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

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

background-color css

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

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

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

border-color css

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

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

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