Html Css Color HEX #BED13A Las Palmas

📋 copy color: '#BED13A'

red 190 ◦ green 209 ◦ blue 58

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

Shades of Las Palmas #BED13A

Tints of Las Palmas #BED13A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.73%

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

R = 41.58%
G = 45.73%
B = 12.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#BED13A (or 0xBED13A) is known color: Las Palmas. HEX triplet: BE, D1 and 3A. RGB value is (190,209,58). Sum of RGB (Red+Green+Blue) = 190+209+58=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 209 - color contains mainly: green. Hex color #BED13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED13A is #412EC5. Grayscale: #BABABA. Windows color (decimal): -4271814 or 3854782. OLE color: 3854782.

HSL color Cylindrical-coordinate representation of color #BED13A: hue angle of 67.55º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BED13A is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 209 58 -
CMYK 0.09 0 0.72 0.18
HSL 67.55º 0.62% 0.52% -
HSV(B) 67.55º 0.72% 0.82% -
XYZ 44.8 56.85 12.62 -
YUV 186.11 55.71 130.78 -
System Red Green Blue C M Y K H S L
Decimal 190 209 58 0.09 0 0.72 0.18 67.55 0.62 0.52
Hex BE D1 3A 9 0 48 12 44 3E 34
Octal 276 321 72 11 0 110 22 104 76 64
Binary 10111110 11010001 111010 1001 0 1001000 10010 1000100 111110 110100

Color Harmonies of #BED13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED13A

Black with #BED13A

Text Example


Text Example

White with #BED13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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