Html Css Color HEX #BED146 Las Palmas

📋 copy color: '#BED146'

red 190 ◦ green 209 ◦ blue 70

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

Shades of Las Palmas #BED146

Tints of Las Palmas #BED146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.93%

R = 40.51%
G = 44.56%
B = 14.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#BED146 (or 0xBED146) is known color: Las Palmas. HEX triplet: BE, D1 and 46. RGB value is (190,209,70). Sum of RGB (Red+Green+Blue) = 190+209+70=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 70 (27.73% from 255 or 14.93% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #BED146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED146 is #412EB9. Grayscale: #BCBCBC. Windows color (decimal): -4271802 or 4641214. OLE color: 4641214.

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

Color convert

RGB 190 209 70 -
CMYK 0.09 0 0.67 0.18
HSL 68.2º 0.6% 0.55% -
HSV(B) 68.2º 0.67% 0.82% -
XYZ 45.14 56.99 14.42 -
YUV 187.47 61.71 129.8 -
System Red Green Blue C M Y K H S L
Decimal 190 209 70 0.09 0 0.67 0.18 68.2 0.6 0.55
Hex BE D1 46 9 0 43 12 44 3C 37
Octal 276 321 106 11 0 103 22 104 74 67
Binary 10111110 11010001 1000110 1001 0 1000011 10010 1000100 111100 110111

Color Harmonies of #BED146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED146

Black with #BED146

Text Example


Text Example

White with #BED146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED146; }

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

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

background-color css

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

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

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

border-color css

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

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

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