Html Css Color HEX #BED640 Las Palmas

📋 copy color: '#BED640'

red 190 ◦ green 214 ◦ blue 64

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

Shades of Las Palmas #BED640

Tints of Las Palmas #BED640

RGB

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

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

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

R = 40.6%
G = 45.73%
B = 13.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#BED640 (or 0xBED640) is known color: Las Palmas. HEX triplet: BE, D6 and 40. RGB value is (190,214,64). Sum of RGB (Red+Green+Blue) = 190+214+64=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #BED640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED640 is #4129BF. Grayscale: #BEBEBE. Windows color (decimal): -4270528 or 4249278. OLE color: 4249278.

HSL color Cylindrical-coordinate representation of color #BED640: hue angle of 69.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BED640 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 214 64 -
CMYK 0.11 0 0.70 0.16
HSL 69.6º 0.65% 0.55% -
HSV(B) 69.6º 0.7% 0.84% -
XYZ 46.21 59.41 13.88 -
YUV 189.72 57.05 128.2 -
System Red Green Blue C M Y K H S L
Decimal 190 214 64 0.11 0 0.70 0.16 69.6 0.65 0.55
Hex BE D6 40 B 0 46 10 46 41 37
Octal 276 326 100 13 0 106 20 106 101 67
Binary 10111110 11010110 1000000 1011 0 1000110 10000 1000110 1000001 110111

Color Harmonies of #BED640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED640

Black with #BED640

Text Example


Text Example

White with #BED640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED640; }

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

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

background-color css

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

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

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

border-color css

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

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

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