Html Css Color HEX #BED701 La Rioja

📋 copy color: '#BED701'

red 190 ◦ green 215 ◦ blue 1

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

Shades of La Rioja #BED701

Tints of La Rioja #BED701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 46.8%
G = 52.96%
B = 0.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#BED701 (or 0xBED701) is known color: La Rioja. HEX triplet: BE, D7 and 01. RGB value is (190,215,1). Sum of RGB (Red+Green+Blue) = 190+215+1=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 215 (84.38% from 255 or 52.96% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 215 - color contains mainly: green. Hex color #BED701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED701 is #4128FE. Grayscale: #B7B7B7. Windows color (decimal): -4270335 or 120766. OLE color: 120766.

HSL color Cylindrical-coordinate representation of color #BED701: hue angle of 67.01º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BED701 is Cyan = 0.12, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 215 1 -
CMYK 0.12 0 1.00 0.16
HSL 67.01º 0.99% 0.42% -
HSV(B) 67.01º 1% 0.84% -
XYZ 45.54 59.55 9.12 -
YUV 183.13 25.22 132.9 -
System Red Green Blue C M Y K H S L
Decimal 190 215 1 0.12 0 1.00 0.16 67.01 0.99 0.42
Hex BE D7 1 C 0 64 10 43 63 2A
Octal 276 327 1 14 0 144 20 103 143 52
Binary 10111110 11010111 1 1100 0 1100100 10000 1000011 1100011 101010

Color Harmonies of #BED701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED701

Black with #BED701

Text Example


Text Example

White with #BED701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED701; }

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

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

background-color css

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

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

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

border-color css

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

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

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