Html Css Color HEX #BED506 La Rioja

📋 copy color: '#BED506'

red 190 ◦ green 213 ◦ blue 6

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

Shades of La Rioja #BED506

Tints of La Rioja #BED506

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.08%

 BLUE value IS 6 (2.73% from 255) = 1.47%

R = 46.45%
G = 52.08%
B = 1.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#BED506 (or 0xBED506) is known color: La Rioja. HEX triplet: BE, D5 and 06. RGB value is (190,213,6). Sum of RGB (Red+Green+Blue) = 190+213+6=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #BED506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED506 is #412AF9. Grayscale: #B7B7B7. Windows color (decimal): -4270842 or 447934. OLE color: 447934.

HSL color Cylindrical-coordinate representation of color #BED506: hue angle of 66.67º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BED506 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 6 -
CMYK 0.11 0 0.97 0.16
HSL 66.67º 0.95% 0.43% -
HSV(B) 66.67º 0.97% 0.84% -
XYZ 45.06 58.55 9.1 -
YUV 182.53 28.38 133.33 -
System Red Green Blue C M Y K H S L
Decimal 190 213 6 0.11 0 0.97 0.16 66.67 0.95 0.43
Hex BE D5 6 B 0 61 10 43 5F 2B
Octal 276 325 6 13 0 141 20 103 137 53
Binary 10111110 11010101 110 1011 0 1100001 10000 1000011 1011111 101011

Color Harmonies of #BED506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED506

Black with #BED506

Text Example


Text Example

White with #BED506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED506; }

 p { color: rgb(190,213,6); }

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

background-color css

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

 a { background-color: rgb(190,213,6); }

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

border-color css

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

 span { border-color: rgb(190,213,6); }

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