Html Css Color HEX #BED603 La Rioja

📋 copy color: '#BED603'

red 190 ◦ green 214 ◦ blue 3

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

Shades of La Rioja #BED603

Tints of La Rioja #BED603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 46.68%
G = 52.58%
B = 0.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#BED603 (or 0xBED603) is known color: La Rioja. HEX triplet: BE, D6 and 03. RGB value is (190,214,3). Sum of RGB (Red+Green+Blue) = 190+214+3=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 214 (83.98% from 255 or 52.58% from 407); Blue value is 3 (1.56% from 255 or 0.74% from 407); Max value from RGB is 214 - color contains mainly: green. Hex color #BED603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED603 is #4129FC. Grayscale: #B7B7B7. Windows color (decimal): -4270589 or 251582. OLE color: 251582.

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

Color convert

RGB 190 214 3 -
CMYK 0.11 0 0.99 0.16
HSL 66.82º 0.97% 0.43% -
HSV(B) 66.82º 0.99% 0.84% -
XYZ 45.3 59.05 9.1 -
YUV 182.77 26.55 133.16 -
System Red Green Blue C M Y K H S L
Decimal 190 214 3 0.11 0 0.99 0.16 66.82 0.97 0.43
Hex BE D6 3 B 0 63 10 43 61 2B
Octal 276 326 3 13 0 143 20 103 141 53
Binary 10111110 11010110 11 1011 0 1100011 10000 1000011 1100001 101011

Color Harmonies of #BED603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED603

Black with #BED603

Text Example


Text Example

White with #BED603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED603; }

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

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

background-color css

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

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

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

border-color css

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

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

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