Html Css Color HEX #BED409 La Rioja

📋 copy color: '#BED409'

red 190 ◦ green 212 ◦ blue 9

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

Shades of La Rioja #BED409

Tints of La Rioja #BED409

RGB

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

 GREEN value IS 212 (83.2% from 255) = 51.58%

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

R = 46.23%
G = 51.58%
B = 2.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#BED409 (or 0xBED409) is known color: La Rioja. HEX triplet: BE, D4 and 09. RGB value is (190,212,9). Sum of RGB (Red+Green+Blue) = 190+212+9=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 212 (83.20% from 255 or 51.58% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 212 - color contains mainly: green. Hex color #BED409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED409 is #412BF6. Grayscale: #B7B7B7. Windows color (decimal): -4271095 or 644286. OLE color: 644286.

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

Color convert

RGB 190 212 9 -
CMYK 0.10 0 0.96 0.17
HSL 66.5º 0.92% 0.43% -
HSV(B) 66.5º 0.96% 0.83% -
XYZ 44.83 58.05 9.1 -
YUV 182.28 30.21 133.51 -
System Red Green Blue C M Y K H S L
Decimal 190 212 9 0.10 0 0.96 0.17 66.5 0.92 0.43
Hex BE D4 9 A 0 60 11 43 5C 2B
Octal 276 324 11 12 0 140 21 103 134 53
Binary 10111110 11010100 1001 1010 0 1100000 10001 1000011 1011100 101011

Color Harmonies of #BED409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED409

Black with #BED409

Text Example


Text Example

White with #BED409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED409; }

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

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

background-color css

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

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

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

border-color css

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

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

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