Html Css Color HEX #BED009 La Rioja

📋 copy color: '#BED009'

red 190 ◦ green 208 ◦ blue 9

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

Shades of La Rioja #BED009

Tints of La Rioja #BED009

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.11%

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

R = 46.68%
G = 51.11%
B = 2.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#BED009 (or 0xBED009) is known color: La Rioja. HEX triplet: BE, D0 and 09. RGB value is (190,208,9). Sum of RGB (Red+Green+Blue) = 190+208+9=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 9 (3.91% from 255 or 2.21% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #BED009 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED009 is #412FF6. Grayscale: #B4B4B4. Windows color (decimal): -4272119 or 643262. OLE color: 643262.

HSL color Cylindrical-coordinate representation of color #BED009: hue angle of 65.43º 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 #BED009 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 208 9 -
CMYK 0.09 0 0.96 0.18
HSL 65.43º 0.92% 0.43% -
HSV(B) 65.43º 0.96% 0.82% -
XYZ 43.84 56.08 8.77 -
YUV 179.93 31.54 135.18 -
System Red Green Blue C M Y K H S L
Decimal 190 208 9 0.09 0 0.96 0.18 65.43 0.92 0.43
Hex BE D0 9 9 0 60 12 41 5C 2B
Octal 276 320 11 11 0 140 22 101 134 53
Binary 10111110 11010000 1001 1001 0 1100000 10010 1000001 1011100 101011

Color Harmonies of #BED009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED009

Black with #BED009

Text Example


Text Example

White with #BED009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED009; }

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

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

background-color css

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

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

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

border-color css

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

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

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