Html Css Color HEX #BED946 Las Palmas

📋 copy color: '#BED946'

red 190 ◦ green 217 ◦ blue 70

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

Shades of Las Palmas #BED946

Tints of Las Palmas #BED946

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.49%

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

R = 39.83%
G = 45.49%
B = 14.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#BED946 (or 0xBED946) is known color: Las Palmas. HEX triplet: BE, D9 and 46. RGB value is (190,217,70). Sum of RGB (Red+Green+Blue) = 190+217+70=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 70 (27.73% from 255 or 14.68% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #BED946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED946 is #4126B9. Grayscale: #C0C0C0. Windows color (decimal): -4269754 or 4643262. OLE color: 4643262.

HSL color Cylindrical-coordinate representation of color #BED946: hue angle of 71.02º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BED946 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 217 70 -
CMYK 0.12 0 0.68 0.15
HSL 71.02º 0.66% 0.56% -
HSV(B) 71.02º 0.68% 0.85% -
XYZ 47.15 61.02 15.09 -
YUV 192.17 59.05 126.45 -
System Red Green Blue C M Y K H S L
Decimal 190 217 70 0.12 0 0.68 0.15 71.02 0.66 0.56
Hex BE D9 46 C 0 44 F 47 42 38
Octal 276 331 106 14 0 104 17 107 102 70
Binary 10111110 11011001 1000110 1100 0 1000100 1111 1000111 1000010 111000

Color Harmonies of #BED946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED946

Black with #BED946

Text Example


Text Example

White with #BED946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED946; }

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

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

background-color css

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

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

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

border-color css

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

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

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