Html Css Color HEX #BED102 La Rioja

📋 copy color: '#BED102'

red 190 ◦ green 209 ◦ blue 2

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

Shades of La Rioja #BED102

Tints of La Rioja #BED102

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.12%

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 47.38%
G = 52.12%
B = 0.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#BED102 (or 0xBED102) is known color: La Rioja. HEX triplet: BE, D1 and 02. RGB value is (190,209,2). Sum of RGB (Red+Green+Blue) = 190+209+2=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 209 (82.03% from 255 or 52.12% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 209 - color contains mainly: green. Hex color #BED102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED102 is #412EFD. Grayscale: #B4B4B4. Windows color (decimal): -4271870 or 184766. OLE color: 184766.

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

Color convert

RGB 190 209 2 -
CMYK 0.09 0 0.99 0.18
HSL 65.51º 0.98% 0.41% -
HSV(B) 65.51º 0.99% 0.82% -
XYZ 44.05 56.55 8.65 -
YUV 179.72 27.71 135.33 -
System Red Green Blue C M Y K H S L
Decimal 190 209 2 0.09 0 0.99 0.18 65.51 0.98 0.41
Hex BE D1 2 9 0 63 12 42 62 29
Octal 276 321 2 11 0 143 22 102 142 51
Binary 10111110 11010001 10 1001 0 1100011 10010 1000010 1100010 101001

Color Harmonies of #BED102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED102

Black with #BED102

Text Example


Text Example

White with #BED102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED102; }

 p { color: rgb(190,209,2); }

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

background-color css

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

 a { background-color: rgb(190,209,2); }

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

border-color css

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

 span { border-color: rgb(190,209,2); }

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