Html Css Color HEX #BED30B La Rioja

📋 copy color: '#BED30B'

red 190 ◦ green 211 ◦ blue 11

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

Shades of La Rioja #BED30B

Tints of La Rioja #BED30B

RGB

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

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

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

R = 46.12%
G = 51.21%
B = 2.67%

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

#BED30B (or 0xBED30B) is known color: La Rioja. HEX triplet: BE, D3 and 0B. RGB value is (190,211,11). Sum of RGB (Red+Green+Blue) = 190+211+11=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 211 (82.81% from 255 or 51.21% from 412); Blue value is 11 (4.69% from 255 or 2.67% from 412); Max value from RGB is 211 - color contains mainly: green. Hex color #BED30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED30B is #412CF4. Grayscale: #B6B6B6. Windows color (decimal): -4271349 or 775102. OLE color: 775102.

HSL color Cylindrical-coordinate representation of color #BED30B: hue angle of 66.3º 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 #BED30B is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 11 -
CMYK 0.10 0 0.95 0.17
HSL 66.3º 0.9% 0.44% -
HSV(B) 66.3º 0.95% 0.83% -
XYZ 44.59 57.56 9.08 -
YUV 181.92 31.54 133.76 -
System Red Green Blue C M Y K H S L
Decimal 190 211 11 0.10 0 0.95 0.17 66.3 0.9 0.44
Hex BE D3 B A 0 5F 11 42 5A 2C
Octal 276 323 13 12 0 137 21 102 132 54
Binary 10111110 11010011 1011 1010 0 1011111 10001 1000010 1011010 101100

Color Harmonies of #BED30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED30B

Black with #BED30B

Text Example


Text Example

White with #BED30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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