Html Css Color HEX #BED349 Las Palmas

📋 copy color: '#BED349'

red 190 ◦ green 211 ◦ blue 73

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

Shades of Las Palmas #BED349

Tints of Las Palmas #BED349

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.51%

 BLUE value IS 73 (28.91% from 255) = 15.4%

R = 40.08%
G = 44.51%
B = 15.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#BED349 (or 0xBED349) is known color: Las Palmas. HEX triplet: BE, D3 and 49. RGB value is (190,211,73). Sum of RGB (Red+Green+Blue) = 190+211+73=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 73 (28.91% from 255 or 15.40% from 474); Max value from RGB is 211 - color contains mainly: green. Hex color #BED349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED349 is #412CB6. Grayscale: #BDBDBD. Windows color (decimal): -4271287 or 4838334. OLE color: 4838334.

HSL color Cylindrical-coordinate representation of color #BED349: hue angle of 69.13º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BED349 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 73 -
CMYK 0.10 0 0.65 0.17
HSL 69.13º 0.61% 0.56% -
HSV(B) 69.13º 0.65% 0.83% -
XYZ 45.73 58.02 15.09 -
YUV 188.99 62.54 128.72 -
System Red Green Blue C M Y K H S L
Decimal 190 211 73 0.10 0 0.65 0.17 69.13 0.61 0.56
Hex BE D3 49 A 0 41 11 45 3D 38
Octal 276 323 111 12 0 101 21 105 75 70
Binary 10111110 11010011 1001001 1010 0 1000001 10001 1000101 111101 111000

Color Harmonies of #BED349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED349

Black with #BED349

Text Example


Text Example

White with #BED349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED349; }

 p { color: rgb(190,211,73); }

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

background-color css

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

 a { background-color: rgb(190,211,73); }

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

border-color css

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

 span { border-color: rgb(190,211,73); }

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