Html Css Color HEX #BEDA36 Las Palmas

📋 copy color: '#BEDA36'

red 190 ◦ green 218 ◦ blue 54

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

Shades of Las Palmas #BEDA36

Tints of Las Palmas #BEDA36

RGB

 RED value IS 190 (74.61% from 255) = 41.13%

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

 BLUE value IS 54 (21.48% from 255) = 11.69%

R = 41.13%
G = 47.19%
B = 11.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#BEDA36 (or 0xBEDA36) is known color: Las Palmas. HEX triplet: BE, DA and 36. RGB value is (190,218,54). Sum of RGB (Red+Green+Blue) = 190+218+54=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 54 (21.48% from 255 or 11.69% from 462); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDA36 is #4125C9. Grayscale: #BFBFBF. Windows color (decimal): -4269514 or 3594942. OLE color: 3594942.

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

Color convert

RGB 190 218 54 -
CMYK 0.13 0 0.75 0.15
HSL 70.24º 0.69% 0.53% -
HSV(B) 70.24º 0.75% 0.85% -
XYZ 46.97 61.36 12.86 -
YUV 190.93 50.72 127.34 -
System Red Green Blue C M Y K H S L
Decimal 190 218 54 0.13 0 0.75 0.15 70.24 0.69 0.53
Hex BE DA 36 D 0 4B F 46 45 35
Octal 276 332 66 15 0 113 17 106 105 65
Binary 10111110 11011010 110110 1101 0 1001011 1111 1000110 1000101 110101

Color Harmonies of #BEDA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA36

Black with #BEDA36

Text Example


Text Example

White with #BEDA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA36; }

 p { color: rgb(190,218,54); }

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

background-color css

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

 a { background-color: rgb(190,218,54); }

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

border-color css

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

 span { border-color: rgb(190,218,54); }

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