Html Css Color HEX #BED607 La Rioja

📋 copy color: '#BED607'

red 190 ◦ green 214 ◦ blue 7

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

Shades of La Rioja #BED607

Tints of La Rioja #BED607

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.07%

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

R = 46.23%
G = 52.07%
B = 1.7%

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

#BED607 (or 0xBED607) is known color: La Rioja. HEX triplet: BE, D6 and 07. RGB value is (190,214,7). Sum of RGB (Red+Green+Blue) = 190+214+7=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 214 (83.98% from 255 or 52.07% from 411); Blue value is 7 (3.12% from 255 or 1.70% from 411); Max value from RGB is 214 - color contains mainly: green. Hex color #BED607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED607 is #4129F8. Grayscale: #B8B8B8. Windows color (decimal): -4270585 or 513726. OLE color: 513726.

HSL color Cylindrical-coordinate representation of color #BED607: hue angle of 66.96º degrees, saturation: 0.94, 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 #BED607 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 214 7 -
CMYK 0.11 0 0.97 0.16
HSL 66.96º 0.94% 0.43% -
HSV(B) 66.96º 0.97% 0.84% -
XYZ 45.32 59.06 9.21 -
YUV 183.23 28.55 132.83 -
System Red Green Blue C M Y K H S L
Decimal 190 214 7 0.11 0 0.97 0.16 66.96 0.94 0.43
Hex BE D6 7 B 0 61 10 43 5E 2B
Octal 276 326 7 13 0 141 20 103 136 53
Binary 10111110 11010110 111 1011 0 1100001 10000 1000011 1011110 101011

Color Harmonies of #BED607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED607

Black with #BED607

Text Example


Text Example

White with #BED607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED607; }

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

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

background-color css

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

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

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

border-color css

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

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

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