Html Css Color HEX #BEDA41 Las Palmas

📋 copy color: '#BEDA41'

red 190 ◦ green 218 ◦ blue 65

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

Shades of Las Palmas #BEDA41

Tints of Las Palmas #BEDA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.74%

R = 40.17%
G = 46.09%
B = 13.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#BEDA41 (or 0xBEDA41) is known color: Las Palmas. HEX triplet: BE, DA and 41. RGB value is (190,218,65). Sum of RGB (Red+Green+Blue) = 190+218+65=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 65 (25.78% from 255 or 13.74% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDA41 is #4125BE. Grayscale: #C0C0C0. Windows color (decimal): -4269503 or 4315838. OLE color: 4315838.

HSL color Cylindrical-coordinate representation of color #BEDA41: hue angle of 70.98º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BEDA41 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 218 65 -
CMYK 0.13 0 0.70 0.15
HSL 70.98º 0.67% 0.55% -
HSV(B) 70.98º 0.7% 0.85% -
XYZ 47.26 61.47 14.38 -
YUV 192.19 56.22 126.44 -
System Red Green Blue C M Y K H S L
Decimal 190 218 65 0.13 0 0.70 0.15 70.98 0.67 0.55
Hex BE DA 41 D 0 46 F 47 43 37
Octal 276 332 101 15 0 106 17 107 103 67
Binary 10111110 11011010 1000001 1101 0 1000110 1111 1000111 1000011 110111

Color Harmonies of #BEDA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA41

Black with #BEDA41

Text Example


Text Example

White with #BEDA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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