Html Css Color HEX #BED141 Las Palmas

📋 copy color: '#BED141'

red 190 ◦ green 209 ◦ blue 65

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

Shades of Las Palmas #BED141

Tints of Las Palmas #BED141

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.04%

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

R = 40.95%
G = 45.04%
B = 14.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#BED141 (or 0xBED141) is known color: Las Palmas. HEX triplet: BE, D1 and 41. RGB value is (190,209,65). Sum of RGB (Red+Green+Blue) = 190+209+65=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 65 (25.78% from 255 or 14.01% from 464); Max value from RGB is 209 - color contains mainly: green. Hex color #BED141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED141 is #412EBE. Grayscale: #BBBBBB. Windows color (decimal): -4271807 or 4313534. OLE color: 4313534.

HSL color Cylindrical-coordinate representation of color #BED141: hue angle of 67.92º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BED141 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 209 65 -
CMYK 0.09 0 0.69 0.18
HSL 67.92º 0.61% 0.54% -
HSV(B) 67.92º 0.69% 0.82% -
XYZ 44.99 56.93 13.62 -
YUV 186.9 59.21 130.21 -
System Red Green Blue C M Y K H S L
Decimal 190 209 65 0.09 0 0.69 0.18 67.92 0.61 0.54
Hex BE D1 41 9 0 45 12 44 3D 36
Octal 276 321 101 11 0 105 22 104 75 66
Binary 10111110 11010001 1000001 1001 0 1000101 10010 1000100 111101 110110

Color Harmonies of #BED141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED141

Black with #BED141

Text Example


Text Example

White with #BED141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED141; }

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

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

background-color css

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

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

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

border-color css

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

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

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