Html Css Color HEX #BED648 Las Palmas

📋 copy color: '#BED648'

red 190 ◦ green 214 ◦ blue 72

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

Shades of Las Palmas #BED648

Tints of Las Palmas #BED648

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.96%

 BLUE value IS 72 (28.52% from 255) = 15.13%

R = 39.92%
G = 44.96%
B = 15.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#BED648 (or 0xBED648) is known color: Las Palmas. HEX triplet: BE, D6 and 48. RGB value is (190,214,72). Sum of RGB (Red+Green+Blue) = 190+214+72=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 72 (28.52% from 255 or 15.13% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #BED648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED648 is #4129B7. Grayscale: #BFBFBF. Windows color (decimal): -4270520 or 4773566. OLE color: 4773566.

HSL color Cylindrical-coordinate representation of color #BED648: hue angle of 70.14º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BED648 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 214 72 -
CMYK 0.11 0 0.66 0.16
HSL 70.14º 0.63% 0.56% -
HSV(B) 70.14º 0.66% 0.84% -
XYZ 46.45 59.51 15.17 -
YUV 190.64 61.05 127.55 -
System Red Green Blue C M Y K H S L
Decimal 190 214 72 0.11 0 0.66 0.16 70.14 0.63 0.56
Hex BE D6 48 B 0 42 10 46 3F 38
Octal 276 326 110 13 0 102 20 106 77 70
Binary 10111110 11010110 1001000 1011 0 1000010 10000 1000110 111111 111000

Color Harmonies of #BED648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED648

Black with #BED648

Text Example


Text Example

White with #BED648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED648; }

 p { color: rgb(190,214,72); }

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

background-color css

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

 a { background-color: rgb(190,214,72); }

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

border-color css

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

 span { border-color: rgb(190,214,72); }

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