Html Css Color HEX #BED642 Las Palmas

📋 copy color: '#BED642'

red 190 ◦ green 214 ◦ blue 66

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

Shades of Las Palmas #BED642

Tints of Las Palmas #BED642

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.53%

 BLUE value IS 66 (26.17% from 255) = 14.04%

R = 40.43%
G = 45.53%
B = 14.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#BED642 (or 0xBED642) is known color: Las Palmas. HEX triplet: BE, D6 and 42. RGB value is (190,214,66). Sum of RGB (Red+Green+Blue) = 190+214+66=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 66 (26.17% from 255 or 14.04% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #BED642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED642 is #4129BD. Grayscale: #BEBEBE. Windows color (decimal): -4270526 or 4380350. OLE color: 4380350.

HSL color Cylindrical-coordinate representation of color #BED642: hue angle of 69.73º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BED642 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 214 66 -
CMYK 0.11 0 0.69 0.16
HSL 69.73º 0.64% 0.55% -
HSV(B) 69.73º 0.69% 0.84% -
XYZ 46.27 59.43 14.19 -
YUV 189.95 58.05 128.03 -
System Red Green Blue C M Y K H S L
Decimal 190 214 66 0.11 0 0.69 0.16 69.73 0.64 0.55
Hex BE D6 42 B 0 45 10 46 40 37
Octal 276 326 102 13 0 105 20 106 100 67
Binary 10111110 11010110 1000010 1011 0 1000101 10000 1000110 1000000 110111

Color Harmonies of #BED642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED642

Black with #BED642

Text Example


Text Example

White with #BED642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED642; }

 p { color: rgb(190,214,66); }

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

background-color css

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

 a { background-color: rgb(190,214,66); }

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

border-color css

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

 span { border-color: rgb(190,214,66); }

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