Html Css Color HEX #BED346 Las Palmas

📋 copy color: '#BED346'

red 190 ◦ green 211 ◦ blue 70

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

Shades of Las Palmas #BED346

Tints of Las Palmas #BED346

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.8%

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

R = 40.34%
G = 44.8%
B = 14.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#BED346 (or 0xBED346) is known color: Las Palmas. HEX triplet: BE, D3 and 46. RGB value is (190,211,70). Sum of RGB (Red+Green+Blue) = 190+211+70=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 70 (27.73% from 255 or 14.86% from 471); Max value from RGB is 211 - color contains mainly: green. Hex color #BED346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED346 is #412CB9. Grayscale: #BDBDBD. Windows color (decimal): -4271290 or 4641726. OLE color: 4641726.

HSL color Cylindrical-coordinate representation of color #BED346: hue angle of 68.94º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BED346 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 70 -
CMYK 0.10 0 0.67 0.17
HSL 68.94º 0.62% 0.55% -
HSV(B) 68.94º 0.67% 0.83% -
XYZ 45.63 57.98 14.58 -
YUV 188.65 61.04 128.96 -
System Red Green Blue C M Y K H S L
Decimal 190 211 70 0.10 0 0.67 0.17 68.94 0.62 0.55
Hex BE D3 46 A 0 43 11 45 3E 37
Octal 276 323 106 12 0 103 21 105 76 67
Binary 10111110 11010011 1000110 1010 0 1000011 10001 1000101 111110 110111

Color Harmonies of #BED346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED346

Black with #BED346

Text Example


Text Example

White with #BED346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED346; }

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

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

background-color css

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

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

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

border-color css

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

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

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