Html Css Color HEX #BED209 La Rioja

📋 copy color: '#BED209'

red 190 ◦ green 210 ◦ blue 9

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

Shades of La Rioja #BED209

Tints of La Rioja #BED209

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.34%

 BLUE value IS 9 (3.91% from 255) = 2.2%

R = 46.45%
G = 51.34%
B = 2.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#BED209 (or 0xBED209) is known color: La Rioja. HEX triplet: BE, D2 and 09. RGB value is (190,210,9). Sum of RGB (Red+Green+Blue) = 190+210+9=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 210 (82.42% from 255 or 51.34% from 409); Blue value is 9 (3.91% from 255 or 2.20% from 409); Max value from RGB is 210 - color contains mainly: green. Hex color #BED209 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED209 is #412DF6. Grayscale: #B5B5B5. Windows color (decimal): -4271607 or 643774. OLE color: 643774.

HSL color Cylindrical-coordinate representation of color #BED209: hue angle of 65.97º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BED209 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 9 -
CMYK 0.10 0 0.96 0.18
HSL 65.97º 0.92% 0.43% -
HSV(B) 65.97º 0.96% 0.82% -
XYZ 44.33 57.06 8.94 -
YUV 181.11 30.87 134.34 -
System Red Green Blue C M Y K H S L
Decimal 190 210 9 0.10 0 0.96 0.18 65.97 0.92 0.43
Hex BE D2 9 A 0 60 12 42 5C 2B
Octal 276 322 11 12 0 140 22 102 134 53
Binary 10111110 11010010 1001 1010 0 1100000 10010 1000010 1011100 101011

Color Harmonies of #BED209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED209

Black with #BED209

Text Example


Text Example

White with #BED209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED209; }

 p { color: rgb(190,210,9); }

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

background-color css

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

 a { background-color: rgb(190,210,9); }

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

border-color css

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

 span { border-color: rgb(190,210,9); }

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