Html Css Color HEX #BED00B La Rioja

📋 copy color: '#BED00B'

red 190 ◦ green 208 ◦ blue 11

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

Shades of La Rioja #BED00B

Tints of La Rioja #BED00B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.86%

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

R = 46.45%
G = 50.86%
B = 2.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#BED00B (or 0xBED00B) is known color: La Rioja. HEX triplet: BE, D0 and 0B. RGB value is (190,208,11). Sum of RGB (Red+Green+Blue) = 190+208+11=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #BED00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED00B is #412FF4. Grayscale: #B4B4B4. Windows color (decimal): -4272117 or 774334. OLE color: 774334.

HSL color Cylindrical-coordinate representation of color #BED00B: hue angle of 65.48º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BED00B is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 208 11 -
CMYK 0.09 0 0.95 0.18
HSL 65.48º 0.9% 0.43% -
HSV(B) 65.48º 0.95% 0.82% -
XYZ 43.85 56.08 8.83 -
YUV 180.16 32.54 135.02 -
System Red Green Blue C M Y K H S L
Decimal 190 208 11 0.09 0 0.95 0.18 65.48 0.9 0.43
Hex BE D0 B 9 0 5F 12 41 5A 2B
Octal 276 320 13 11 0 137 22 101 132 53
Binary 10111110 11010000 1011 1001 0 1011111 10010 1000001 1011010 101011

Color Harmonies of #BED00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED00B

Black with #BED00B

Text Example


Text Example

White with #BED00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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