Html Css Color HEX #BEDE32 Las Palmas

📋 copy color: '#BEDE32'

red 190 ◦ green 222 ◦ blue 50

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

Shades of Las Palmas #BEDE32

Tints of Las Palmas #BEDE32

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.05%

 BLUE value IS 50 (19.92% from 255) = 10.82%

R = 41.13%
G = 48.05%
B = 10.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#BEDE32 (or 0xBEDE32) is known color: Las Palmas. HEX triplet: BE, DE and 32. RGB value is (190,222,50). Sum of RGB (Red+Green+Blue) = 190+222+50=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 50 (19.92% from 255 or 10.82% from 462); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDE32 is #4121CD. Grayscale: #C1C1C1. Windows color (decimal): -4268494 or 3333822. OLE color: 3333822.

HSL color Cylindrical-coordinate representation of color #BEDE32: hue angle of 71.16º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BEDE32 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 222 50 -
CMYK 0.14 0 0.77 0.13
HSL 71.16º 0.72% 0.53% -
HSV(B) 71.16º 0.77% 0.87% -
XYZ 47.93 63.42 12.73 -
YUV 192.82 47.4 125.99 -
System Red Green Blue C M Y K H S L
Decimal 190 222 50 0.14 0 0.77 0.13 71.16 0.72 0.53
Hex BE DE 32 E 0 4D D 47 48 35
Octal 276 336 62 16 0 115 15 107 110 65
Binary 10111110 11011110 110010 1110 0 1001101 1101 1000111 1001000 110101

Color Harmonies of #BEDE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDE32

Black with #BEDE32

Text Example


Text Example

White with #BEDE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDE32; }

 p { color: rgb(190,222,50); }

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

background-color css

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

 a { background-color: rgb(190,222,50); }

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

border-color css

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

 span { border-color: rgb(190,222,50); }

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