Html Css Color HEX #BED539 Las Palmas

📋 copy color: '#BED539'

red 190 ◦ green 213 ◦ blue 57

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

Shades of Las Palmas #BED539

Tints of Las Palmas #BED539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.39%

R = 41.3%
G = 46.3%
B = 12.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#BED539 (or 0xBED539) is known color: Las Palmas. HEX triplet: BE, D5 and 39. RGB value is (190,213,57). Sum of RGB (Red+Green+Blue) = 190+213+57=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 57 (22.66% from 255 or 12.39% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #BED539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED539 is #412AC6. Grayscale: #BCBCBC. Windows color (decimal): -4270791 or 3790270. OLE color: 3790270.

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

Color convert

RGB 190 213 57 -
CMYK 0.11 0 0.73 0.16
HSL 68.85º 0.65% 0.53% -
HSV(B) 68.85º 0.73% 0.84% -
XYZ 45.77 58.83 12.81 -
YUV 188.34 53.88 129.18 -
System Red Green Blue C M Y K H S L
Decimal 190 213 57 0.11 0 0.73 0.16 68.85 0.65 0.53
Hex BE D5 39 B 0 49 10 45 41 35
Octal 276 325 71 13 0 111 20 105 101 65
Binary 10111110 11010101 111001 1011 0 1001001 10000 1000101 1000001 110101

Color Harmonies of #BED539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED539

Black with #BED539

Text Example


Text Example

White with #BED539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED539; }

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

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

background-color css

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

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

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

border-color css

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

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

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