Html Css Color HEX #BEDA3C Las Palmas

📋 copy color: '#BEDA3C'

red 190 ◦ green 218 ◦ blue 60

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

Shades of Las Palmas #BEDA3C

Tints of Las Palmas #BEDA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.82%

R = 40.6%
G = 46.58%
B = 12.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#BEDA3C (or 0xBEDA3C) is known color: Las Palmas. HEX triplet: BE, DA and 3C. RGB value is (190,218,60). Sum of RGB (Red+Green+Blue) = 190+218+60=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 60 (23.83% from 255 or 12.82% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDA3C is #4125C3. Grayscale: #C0C0C0. Windows color (decimal): -4269508 or 3988158. OLE color: 3988158.

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

Color convert

RGB 190 218 60 -
CMYK 0.13 0 0.72 0.15
HSL 70.63º 0.68% 0.55% -
HSV(B) 70.63º 0.72% 0.85% -
XYZ 47.12 61.42 13.65 -
YUV 191.62 53.72 126.85 -
System Red Green Blue C M Y K H S L
Decimal 190 218 60 0.13 0 0.72 0.15 70.63 0.68 0.55
Hex BE DA 3C D 0 48 F 47 44 37
Octal 276 332 74 15 0 110 17 107 104 67
Binary 10111110 11011010 111100 1101 0 1001000 1111 1000111 1000100 110111

Color Harmonies of #BEDA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA3C

Black with #BEDA3C

Text Example


Text Example

White with #BEDA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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