Html Css Color HEX #BEDB36 Las Palmas

📋 copy color: '#BEDB36'

red 190 ◦ green 219 ◦ blue 54

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

Shades of Las Palmas #BEDB36

Tints of Las Palmas #BEDB36

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.3%

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

R = 41.04%
G = 47.3%
B = 11.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#BEDB36 (or 0xBEDB36) is known color: Las Palmas. HEX triplet: BE, DB and 36. RGB value is (190,219,54). Sum of RGB (Red+Green+Blue) = 190+219+54=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 54 (21.48% from 255 or 11.66% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDB36 is #4124C9. Grayscale: #C0C0C0. Windows color (decimal): -4269258 or 3595198. OLE color: 3595198.

HSL color Cylindrical-coordinate representation of color #BEDB36: hue angle of 70.55º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BEDB36 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 219 54 -
CMYK 0.13 0 0.75 0.14
HSL 70.55º 0.7% 0.54% -
HSV(B) 70.55º 0.75% 0.86% -
XYZ 47.23 61.88 12.94 -
YUV 191.52 50.39 126.92 -
System Red Green Blue C M Y K H S L
Decimal 190 219 54 0.13 0 0.75 0.14 70.55 0.7 0.54
Hex BE DB 36 D 0 4B E 47 46 36
Octal 276 333 66 15 0 113 16 107 106 66
Binary 10111110 11011011 110110 1101 0 1001011 1110 1000111 1000110 110110

Color Harmonies of #BEDB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDB36

Black with #BEDB36

Text Example


Text Example

White with #BEDB36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDB36; }

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

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

background-color css

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

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

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

border-color css

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

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

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