Html Css Color HEX #BED446 Las Palmas

📋 copy color: '#BED446'

red 190 ◦ green 212 ◦ blue 70

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

Shades of Las Palmas #BED446

Tints of Las Palmas #BED446

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.92%

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

R = 40.25%
G = 44.92%
B = 14.83%

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

#BED446 (or 0xBED446) is known color: Las Palmas. HEX triplet: BE, D4 and 46. RGB value is (190,212,70). Sum of RGB (Red+Green+Blue) = 190+212+70=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 70 (27.73% from 255 or 14.83% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #BED446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED446 is #412BB9. Grayscale: #BDBDBD. Windows color (decimal): -4271034 or 4641982. OLE color: 4641982.

HSL color Cylindrical-coordinate representation of color #BED446: hue angle of 69.3º 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 #BED446 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 212 70 -
CMYK 0.10 0 0.67 0.17
HSL 69.3º 0.62% 0.55% -
HSV(B) 69.3º 0.67% 0.83% -
XYZ 45.88 58.48 14.66 -
YUV 189.23 60.71 128.55 -
System Red Green Blue C M Y K H S L
Decimal 190 212 70 0.10 0 0.67 0.17 69.3 0.62 0.55
Hex BE D4 46 A 0 43 11 45 3E 37
Octal 276 324 106 12 0 103 21 105 76 67
Binary 10111110 11010100 1000110 1010 0 1000011 10001 1000101 111110 110111

Color Harmonies of #BED446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED446

Black with #BED446

Text Example


Text Example

White with #BED446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED446; }

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

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

background-color css

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

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

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

border-color css

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

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

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