Html Css Color HEX #BED11F Rio Grande

📋 copy color: '#BED11F'

red 190 ◦ green 209 ◦ blue 31

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

Shades of Rio Grande #BED11F

Tints of Rio Grande #BED11F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.21%

R = 44.19%
G = 48.6%
B = 7.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#BED11F (or 0xBED11F) is known color: Rio Grande. HEX triplet: BE, D1 and 1F. RGB value is (190,209,31). Sum of RGB (Red+Green+Blue) = 190+209+31=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 31 (12.5% from 255 or 7.21% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #BED11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED11F is #412EE0. Grayscale: #B7B7B7. Windows color (decimal): -4271841 or 2085310. OLE color: 2085310.

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

Color convert

RGB 190 209 31 -
CMYK 0.09 0 0.85 0.18
HSL 66.4º 0.74% 0.47% -
HSV(B) 66.4º 0.85% 0.82% -
XYZ 44.28 56.65 9.9 -
YUV 183.03 42.21 132.97 -
System Red Green Blue C M Y K H S L
Decimal 190 209 31 0.09 0 0.85 0.18 66.4 0.74 0.47
Hex BE D1 1F 9 0 55 12 42 4A 2F
Octal 276 321 37 11 0 125 22 102 112 57
Binary 10111110 11010001 11111 1001 0 1010101 10010 1000010 1001010 101111

Color Harmonies of #BED11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED11F

Black with #BED11F

Text Example


Text Example

White with #BED11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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