Html Css Color HEX #BED73E Las Palmas

📋 copy color: '#BED73E'

red 190 ◦ green 215 ◦ blue 62

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

Shades of Las Palmas #BED73E

Tints of Las Palmas #BED73E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.04%

 BLUE value IS 62 (24.61% from 255) = 13.28%

R = 40.69%
G = 46.04%
B = 13.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#BED73E (or 0xBED73E) is known color: Las Palmas. HEX triplet: BE, D7 and 3E. RGB value is (190,215,62). Sum of RGB (Red+Green+Blue) = 190+215+62=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 215 - color contains mainly: green. Hex color #BED73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED73E is #4128C1. Grayscale: #BEBEBE. Windows color (decimal): -4270274 or 4118462. OLE color: 4118462.

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

Color convert

RGB 190 215 62 -
CMYK 0.12 0 0.71 0.16
HSL 69.8º 0.66% 0.54% -
HSV(B) 69.8º 0.71% 0.84% -
XYZ 46.41 59.9 13.67 -
YUV 190.08 55.72 127.94 -
System Red Green Blue C M Y K H S L
Decimal 190 215 62 0.12 0 0.71 0.16 69.8 0.66 0.54
Hex BE D7 3E C 0 47 10 46 42 36
Octal 276 327 76 14 0 107 20 106 102 66
Binary 10111110 11010111 111110 1100 0 1000111 10000 1000110 1000010 110110

Color Harmonies of #BED73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED73E

Black with #BED73E

Text Example


Text Example

White with #BED73E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED73E; }

 p { color: rgb(190,215,62); }

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

background-color css

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

 a { background-color: rgb(190,215,62); }

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

border-color css

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

 span { border-color: rgb(190,215,62); }

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