Html Css Color HEX #BED844 Las Palmas

📋 copy color: '#BED844'

red 190 ◦ green 216 ◦ blue 68

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

Shades of Las Palmas #BED844

Tints of Las Palmas #BED844

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.57%

 BLUE value IS 68 (26.95% from 255) = 14.35%

R = 40.08%
G = 45.57%
B = 14.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#BED844 (or 0xBED844) is known color: Las Palmas. HEX triplet: BE, D8 and 44. RGB value is (190,216,68). Sum of RGB (Red+Green+Blue) = 190+216+68=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 68 (26.95% from 255 or 14.35% from 474); Max value from RGB is 216 - color contains mainly: green. Hex color #BED844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED844 is #4127BB. Grayscale: #BFBFBF. Windows color (decimal): -4270012 or 4511934. OLE color: 4511934.

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

Color convert

RGB 190 216 68 -
CMYK 0.12 0 0.69 0.15
HSL 70.54º 0.65% 0.56% -
HSV(B) 70.54º 0.69% 0.85% -
XYZ 46.83 60.48 14.67 -
YUV 191.35 58.39 127.03 -
System Red Green Blue C M Y K H S L
Decimal 190 216 68 0.12 0 0.69 0.15 70.54 0.65 0.56
Hex BE D8 44 C 0 45 F 47 41 38
Octal 276 330 104 14 0 105 17 107 101 70
Binary 10111110 11011000 1000100 1100 0 1000101 1111 1000111 1000001 111000

Color Harmonies of #BED844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED844

Black with #BED844

Text Example


Text Example

White with #BED844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED844; }

 p { color: rgb(190,216,68); }

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

background-color css

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

 a { background-color: rgb(190,216,68); }

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

border-color css

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

 span { border-color: rgb(190,216,68); }

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