Html Css Color HEX #BED73A Las Palmas

📋 copy color: '#BED73A'

red 190 ◦ green 215 ◦ blue 58

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

Shades of Las Palmas #BED73A

Tints of Las Palmas #BED73A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.44%

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

R = 41.04%
G = 46.44%
B = 12.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#BED73A (or 0xBED73A) is known color: Las Palmas. HEX triplet: BE, D7 and 3A. RGB value is (190,215,58). Sum of RGB (Red+Green+Blue) = 190+215+58=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 58 (23.05% from 255 or 12.53% from 463); Max value from RGB is 215 - color contains mainly: green. Hex color #BED73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED73A is #4128C5. Grayscale: #BEBEBE. Windows color (decimal): -4270278 or 3856318. OLE color: 3856318.

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

Color convert

RGB 190 215 58 -
CMYK 0.12 0 0.73 0.16
HSL 69.55º 0.66% 0.54% -
HSV(B) 69.55º 0.73% 0.84% -
XYZ 46.3 59.85 13.12 -
YUV 189.63 53.72 128.27 -
System Red Green Blue C M Y K H S L
Decimal 190 215 58 0.12 0 0.73 0.16 69.55 0.66 0.54
Hex BE D7 3A C 0 49 10 46 42 36
Octal 276 327 72 14 0 111 20 106 102 66
Binary 10111110 11010111 111010 1100 0 1001001 10000 1000110 1000010 110110

Color Harmonies of #BED73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED73A

Black with #BED73A

Text Example


Text Example

White with #BED73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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