Html Css Color HEX #BEDE3C Las Palmas

📋 copy color: '#BEDE3C'

red 190 ◦ green 222 ◦ blue 60

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

Shades of Las Palmas #BEDE3C

Tints of Las Palmas #BEDE3C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.03%

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

R = 40.25%
G = 47.03%
B = 12.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#BEDE3C (or 0xBEDE3C) is known color: Las Palmas. HEX triplet: BE, DE and 3C. RGB value is (190,222,60). Sum of RGB (Red+Green+Blue) = 190+222+60=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 60 (23.83% from 255 or 12.71% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDE3C is #4121C3. Grayscale: #C2C2C2. Windows color (decimal): -4268484 or 3989182. OLE color: 3989182.

HSL color Cylindrical-coordinate representation of color #BEDE3C: hue angle of 71.85º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BEDE3C is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 222 60 -
CMYK 0.14 0 0.73 0.13
HSL 71.85º 0.71% 0.55% -
HSV(B) 71.85º 0.73% 0.87% -
XYZ 48.17 63.52 14 -
YUV 193.96 52.4 125.17 -
System Red Green Blue C M Y K H S L
Decimal 190 222 60 0.14 0 0.73 0.13 71.85 0.71 0.55
Hex BE DE 3C E 0 49 D 48 47 37
Octal 276 336 74 16 0 111 15 110 107 67
Binary 10111110 11011110 111100 1110 0 1001001 1101 1001000 1000111 110111

Color Harmonies of #BEDE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDE3C

Black with #BEDE3C

Text Example


Text Example

White with #BEDE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDE3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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