Html Css Color HEX #BED549 Las Palmas

📋 copy color: '#BED549'

red 190 ◦ green 213 ◦ blue 73

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

Shades of Las Palmas #BED549

Tints of Las Palmas #BED549

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.75%

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

R = 39.92%
G = 44.75%
B = 15.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#BED549 (or 0xBED549) is known color: Las Palmas. HEX triplet: BE, D5 and 49. RGB value is (190,213,73). Sum of RGB (Red+Green+Blue) = 190+213+73=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 213 - color contains mainly: green. Hex color #BED549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED549 is #412AB6. Grayscale: #BEBEBE. Windows color (decimal): -4270775 or 4838846. OLE color: 4838846.

HSL color Cylindrical-coordinate representation of color #BED549: hue angle of 69.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BED549 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 73 -
CMYK 0.11 0 0.66 0.16
HSL 69.86º 0.63% 0.56% -
HSV(B) 69.86º 0.66% 0.84% -
XYZ 46.23 59.02 15.26 -
YUV 190.16 61.88 127.88 -
System Red Green Blue C M Y K H S L
Decimal 190 213 73 0.11 0 0.66 0.16 69.86 0.63 0.56
Hex BE D5 49 B 0 42 10 46 3E 38
Octal 276 325 111 13 0 102 20 106 76 70
Binary 10111110 11010101 1001001 1011 0 1000010 10000 1000110 111110 111000

Color Harmonies of #BED549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED549

Black with #BED549

Text Example


Text Example

White with #BED549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED549; }

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

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

background-color css

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

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

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

border-color css

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

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

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