Html Css Color HEX #BEDA38 Las Palmas

📋 copy color: '#BEDA38'

red 190 ◦ green 218 ◦ blue 56

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

Shades of Las Palmas #BEDA38

Tints of Las Palmas #BEDA38

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.98%

 BLUE value IS 56 (22.27% from 255) = 12.07%

R = 40.95%
G = 46.98%
B = 12.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#BEDA38 (or 0xBEDA38) is known color: Las Palmas. HEX triplet: BE, DA and 38. RGB value is (190,218,56). Sum of RGB (Red+Green+Blue) = 190+218+56=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 56 (22.27% from 255 or 12.07% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDA38 is #4125C7. Grayscale: #BFBFBF. Windows color (decimal): -4269512 or 3726014. OLE color: 3726014.

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

Color convert

RGB 190 218 56 -
CMYK 0.13 0 0.74 0.15
HSL 70.37º 0.69% 0.54% -
HSV(B) 70.37º 0.74% 0.85% -
XYZ 47.02 61.38 13.11 -
YUV 191.16 51.72 127.17 -
System Red Green Blue C M Y K H S L
Decimal 190 218 56 0.13 0 0.74 0.15 70.37 0.69 0.54
Hex BE DA 38 D 0 4A F 46 45 36
Octal 276 332 70 15 0 112 17 106 105 66
Binary 10111110 11011010 111000 1101 0 1001010 1111 1000110 1000101 110110

Color Harmonies of #BEDA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA38

Black with #BEDA38

Text Example


Text Example

White with #BEDA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA38; }

 p { color: rgb(190,218,56); }

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

background-color css

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

 a { background-color: rgb(190,218,56); }

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

border-color css

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

 span { border-color: rgb(190,218,56); }

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