Html Css Color HEX #BED641 Las Palmas

📋 copy color: '#BED641'

red 190 ◦ green 214 ◦ blue 65

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

Shades of Las Palmas #BED641

Tints of Las Palmas #BED641

RGB

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

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

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

R = 40.51%
G = 45.63%
B = 13.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#BED641 (or 0xBED641) is known color: Las Palmas. HEX triplet: BE, D6 and 41. RGB value is (190,214,65). Sum of RGB (Red+Green+Blue) = 190+214+65=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 65 (25.78% from 255 or 13.86% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #BED641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED641 is #4129BE. Grayscale: #BEBEBE. Windows color (decimal): -4270527 or 4314814. OLE color: 4314814.

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

Color convert

RGB 190 214 65 -
CMYK 0.11 0 0.70 0.16
HSL 69.66º 0.65% 0.55% -
HSV(B) 69.66º 0.7% 0.84% -
XYZ 46.24 59.42 14.03 -
YUV 189.84 57.55 128.12 -
System Red Green Blue C M Y K H S L
Decimal 190 214 65 0.11 0 0.70 0.16 69.66 0.65 0.55
Hex BE D6 41 B 0 46 10 46 41 37
Octal 276 326 101 13 0 106 20 106 101 67
Binary 10111110 11010110 1000001 1011 0 1000110 10000 1000110 1000001 110111

Color Harmonies of #BED641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED641

Black with #BED641

Text Example


Text Example

White with #BED641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED641; }

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

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

background-color css

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

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

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

border-color css

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

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

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