Html Css Color HEX #BED307 La Rioja

📋 copy color: '#BED307'

red 190 ◦ green 211 ◦ blue 7

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

Shades of La Rioja #BED307

Tints of La Rioja #BED307

RGB

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

 GREEN value IS 211 (82.81% from 255) = 51.72%

 BLUE value IS 7 (3.13% from 255) = 1.72%

R = 46.57%
G = 51.72%
B = 1.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#BED307 (or 0xBED307) is known color: La Rioja. HEX triplet: BE, D3 and 07. RGB value is (190,211,7). Sum of RGB (Red+Green+Blue) = 190+211+7=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 211 (82.81% from 255 or 51.72% from 408); Blue value is 7 (3.12% from 255 or 1.72% from 408); Max value from RGB is 211 - color contains mainly: green. Hex color #BED307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED307 is #412CF8. Grayscale: #B6B6B6. Windows color (decimal): -4271353 or 512958. OLE color: 512958.

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

Color convert

RGB 190 211 7 -
CMYK 0.10 0 0.97 0.17
HSL 66.18º 0.94% 0.43% -
HSV(B) 66.18º 0.97% 0.83% -
XYZ 44.57 57.55 8.96 -
YUV 181.47 29.54 134.09 -
System Red Green Blue C M Y K H S L
Decimal 190 211 7 0.10 0 0.97 0.17 66.18 0.94 0.43
Hex BE D3 7 A 0 61 11 42 5E 2B
Octal 276 323 7 12 0 141 21 102 136 53
Binary 10111110 11010011 111 1010 0 1100001 10001 1000010 1011110 101011

Color Harmonies of #BED307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED307

Black with #BED307

Text Example


Text Example

White with #BED307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED307; }

 p { color: rgb(190,211,7); }

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

background-color css

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

 a { background-color: rgb(190,211,7); }

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

border-color css

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

 span { border-color: rgb(190,211,7); }

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