Html Css Color HEX #BEDA44 Las Palmas

📋 copy color: '#BEDA44'

red 190 ◦ green 218 ◦ blue 68

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

Shades of Las Palmas #BEDA44

Tints of Las Palmas #BEDA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.29%

R = 39.92%
G = 45.8%
B = 14.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#BEDA44 (or 0xBEDA44) is known color: Las Palmas. HEX triplet: BE, DA and 44. RGB value is (190,218,68). Sum of RGB (Red+Green+Blue) = 190+218+68=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 68 (26.95% from 255 or 14.29% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDA44 is #4125BB. Grayscale: #C1C1C1. Windows color (decimal): -4269500 or 4512446. OLE color: 4512446.

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

Color convert

RGB 190 218 68 -
CMYK 0.13 0 0.69 0.15
HSL 71.2º 0.67% 0.56% -
HSV(B) 71.2º 0.69% 0.85% -
XYZ 47.35 61.51 14.85 -
YUV 192.53 57.72 126.2 -
System Red Green Blue C M Y K H S L
Decimal 190 218 68 0.13 0 0.69 0.15 71.2 0.67 0.56
Hex BE DA 44 D 0 45 F 47 43 38
Octal 276 332 104 15 0 105 17 107 103 70
Binary 10111110 11011010 1000100 1101 0 1000101 1111 1000111 1000011 111000

Color Harmonies of #BEDA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA44

Black with #BEDA44

Text Example


Text Example

White with #BEDA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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