Html Css Color HEX #BED548 Las Palmas

📋 copy color: '#BED548'

red 190 ◦ green 213 ◦ blue 72

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

Shades of Las Palmas #BED548

Tints of Las Palmas #BED548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.16%

R = 40%
G = 44.84%
B = 15.16%

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

#BED548 (or 0xBED548) is known color: Las Palmas. HEX triplet: BE, D5 and 48. RGB value is (190,213,72). Sum of RGB (Red+Green+Blue) = 190+213+72=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #BED548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED548 is #412AB7. Grayscale: #BEBEBE. Windows color (decimal): -4270776 or 4773310. OLE color: 4773310.

HSL color Cylindrical-coordinate representation of color #BED548: hue angle of 69.79º degrees, saturation: 0.63, 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 #BED548 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 72 -
CMYK 0.11 0 0.66 0.16
HSL 69.79º 0.63% 0.56% -
HSV(B) 69.79º 0.66% 0.84% -
XYZ 46.2 59 15.08 -
YUV 190.05 61.38 127.96 -
System Red Green Blue C M Y K H S L
Decimal 190 213 72 0.11 0 0.66 0.16 69.79 0.63 0.56
Hex BE D5 48 B 0 42 10 46 3F 38
Octal 276 325 110 13 0 102 20 106 77 70
Binary 10111110 11010101 1001000 1011 0 1000010 10000 1000110 111111 111000

Color Harmonies of #BED548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED548

Black with #BED548

Text Example


Text Example

White with #BED548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED548; }

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

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

background-color css

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

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

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

border-color css

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

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

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