Html Css Color HEX #BED93A Las Palmas

📋 copy color: '#BED93A'

red 190 ◦ green 217 ◦ blue 58

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

Shades of Las Palmas #BED93A

Tints of Las Palmas #BED93A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.67%

 BLUE value IS 58 (23.05% from 255) = 12.47%

R = 40.86%
G = 46.67%
B = 12.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#BED93A (or 0xBED93A) is known color: Las Palmas. HEX triplet: BE, D9 and 3A. RGB value is (190,217,58). Sum of RGB (Red+Green+Blue) = 190+217+58=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 58 (23.05% from 255 or 12.47% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #BED93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED93A is #4126C5. Grayscale: #BFBFBF. Windows color (decimal): -4269766 or 3856830. OLE color: 3856830.

HSL color Cylindrical-coordinate representation of color #BED93A: hue angle of 70.19º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BED93A is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 217 58 -
CMYK 0.12 0 0.73 0.15
HSL 70.19º 0.68% 0.54% -
HSV(B) 70.19º 0.73% 0.85% -
XYZ 46.81 60.88 13.29 -
YUV 190.8 53.05 127.43 -
System Red Green Blue C M Y K H S L
Decimal 190 217 58 0.12 0 0.73 0.15 70.19 0.68 0.54
Hex BE D9 3A C 0 49 F 46 44 36
Octal 276 331 72 14 0 111 17 106 104 66
Binary 10111110 11011001 111010 1100 0 1001001 1111 1000110 1000100 110110

Color Harmonies of #BED93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED93A

Black with #BED93A

Text Example


Text Example

White with #BED93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED93A; }

 p { color: rgb(190,217,58); }

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

background-color css

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

 a { background-color: rgb(190,217,58); }

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

border-color css

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

 span { border-color: rgb(190,217,58); }

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