Html Css Color HEX #BED83A Las Palmas

📋 copy color: '#BED83A'

red 190 ◦ green 216 ◦ blue 58

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

Shades of Las Palmas #BED83A

Tints of Las Palmas #BED83A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.55%

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

R = 40.95%
G = 46.55%
B = 12.5%

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

#BED83A (or 0xBED83A) is known color: Las Palmas. HEX triplet: BE, D8 and 3A. RGB value is (190,216,58). Sum of RGB (Red+Green+Blue) = 190+216+58=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 58 (23.05% from 255 or 12.5% from 464); Max value from RGB is 216 - color contains mainly: green. Hex color #BED83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED83A is #4127C5. Grayscale: #BEBEBE. Windows color (decimal): -4270022 or 3856574. OLE color: 3856574.

HSL color Cylindrical-coordinate representation of color #BED83A: hue angle of 69.87º degrees, saturation: 0.67, 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 #BED83A is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 216 58 -
CMYK 0.12 0 0.73 0.15
HSL 69.87º 0.67% 0.54% -
HSV(B) 69.87º 0.73% 0.85% -
XYZ 46.55 60.36 13.2 -
YUV 190.21 53.39 127.85 -
System Red Green Blue C M Y K H S L
Decimal 190 216 58 0.12 0 0.73 0.15 69.87 0.67 0.54
Hex BE D8 3A C 0 49 F 46 43 36
Octal 276 330 72 14 0 111 17 106 103 66
Binary 10111110 11011000 111010 1100 0 1001001 1111 1000110 1000011 110110

Color Harmonies of #BED83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED83A

Black with #BED83A

Text Example


Text Example

White with #BED83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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