Html Css Color HEX #BEDD3A Las Palmas

📋 copy color: '#BEDD3A'

red 190 ◦ green 221 ◦ blue 58

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

Shades of Las Palmas #BEDD3A

Tints of Las Palmas #BEDD3A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.12%

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

R = 40.51%
G = 47.12%
B = 12.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#BEDD3A (or 0xBEDD3A) is known color: Las Palmas. HEX triplet: BE, DD and 3A. RGB value is (190,221,58). Sum of RGB (Red+Green+Blue) = 190+221+58=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 58 (23.05% from 255 or 12.37% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDD3A is #4122C5. Grayscale: #C1C1C1. Windows color (decimal): -4268742 or 3857854. OLE color: 3857854.

HSL color Cylindrical-coordinate representation of color #BEDD3A: hue angle of 71.41º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEDD3A is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 221 58 -
CMYK 0.14 0 0.74 0.13
HSL 71.41º 0.71% 0.55% -
HSV(B) 71.41º 0.74% 0.87% -
XYZ 47.86 62.97 13.63 -
YUV 193.15 51.73 125.75 -
System Red Green Blue C M Y K H S L
Decimal 190 221 58 0.14 0 0.74 0.13 71.41 0.71 0.55
Hex BE DD 3A E 0 4A D 47 47 37
Octal 276 335 72 16 0 112 15 107 107 67
Binary 10111110 11011101 111010 1110 0 1001010 1101 1000111 1000111 110111

Color Harmonies of #BEDD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD3A

Black with #BEDD3A

Text Example


Text Example

White with #BEDD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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