Html Css Color HEX #BED40B La Rioja

📋 copy color: '#BED40B'

red 190 ◦ green 212 ◦ blue 11

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

Shades of La Rioja #BED40B

Tints of La Rioja #BED40B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 51.33%

 BLUE value IS 11 (4.69% from 255) = 2.66%

R = 46%
G = 51.33%
B = 2.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#BED40B (or 0xBED40B) is known color: La Rioja. HEX triplet: BE, D4 and 0B. RGB value is (190,212,11). Sum of RGB (Red+Green+Blue) = 190+212+11=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 212 (83.20% from 255 or 51.33% from 413); Blue value is 11 (4.69% from 255 or 2.66% from 413); Max value from RGB is 212 - color contains mainly: green. Hex color #BED40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED40B is #412BF4. Grayscale: #B7B7B7. Windows color (decimal): -4271093 or 775358. OLE color: 775358.

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

Color convert

RGB 190 212 11 -
CMYK 0.10 0 0.95 0.17
HSL 66.57º 0.9% 0.44% -
HSV(B) 66.57º 0.95% 0.83% -
XYZ 44.84 58.06 9.16 -
YUV 182.51 31.21 133.34 -
System Red Green Blue C M Y K H S L
Decimal 190 212 11 0.10 0 0.95 0.17 66.57 0.9 0.44
Hex BE D4 B A 0 5F 11 43 5A 2C
Octal 276 324 13 12 0 137 21 103 132 54
Binary 10111110 11010100 1011 1010 0 1011111 10001 1000011 1011010 101100

Color Harmonies of #BED40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED40B

Black with #BED40B

Text Example


Text Example

White with #BED40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED40B; }

 p { color: rgb(190,212,11); }

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

background-color css

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

 a { background-color: rgb(190,212,11); }

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

border-color css

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

 span { border-color: rgb(190,212,11); }

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