Html Css Color HEX #BED340 Las Palmas

📋 copy color: '#BED340'

red 190 ◦ green 211 ◦ blue 64

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

Shades of Las Palmas #BED340

Tints of Las Palmas #BED340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.76%

R = 40.86%
G = 45.38%
B = 13.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#BED340 (or 0xBED340) is known color: Las Palmas. HEX triplet: BE, D3 and 40. RGB value is (190,211,64). Sum of RGB (Red+Green+Blue) = 190+211+64=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 211 - color contains mainly: green. Hex color #BED340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED340 is #412CBF. Grayscale: #BCBCBC. Windows color (decimal): -4271296 or 4248510. OLE color: 4248510.

HSL color Cylindrical-coordinate representation of color #BED340: hue angle of 68.57º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BED340 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 64 -
CMYK 0.10 0 0.70 0.17
HSL 68.57º 0.63% 0.54% -
HSV(B) 68.57º 0.7% 0.83% -
XYZ 45.45 57.91 13.63 -
YUV 187.96 58.04 129.45 -
System Red Green Blue C M Y K H S L
Decimal 190 211 64 0.10 0 0.70 0.17 68.57 0.63 0.54
Hex BE D3 40 A 0 46 11 45 3F 36
Octal 276 323 100 12 0 106 21 105 77 66
Binary 10111110 11010011 1000000 1010 0 1000110 10001 1000101 111111 110110

Color Harmonies of #BED340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED340

Black with #BED340

Text Example


Text Example

White with #BED340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED340; }

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

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

background-color css

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

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

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

border-color css

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

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

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