Html Css Color HEX #BED11B Rio Grande

📋 copy color: '#BED11B'

red 190 ◦ green 209 ◦ blue 27

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

Shades of Rio Grande #BED11B

Tints of Rio Grande #BED11B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.34%

R = 44.6%
G = 49.06%
B = 6.34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#BED11B (or 0xBED11B) is known color: Rio Grande. HEX triplet: BE, D1 and 1B. RGB value is (190,209,27). Sum of RGB (Red+Green+Blue) = 190+209+27=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 209 (82.03% from 255 or 49.06% from 426); Blue value is 27 (10.94% from 255 or 6.34% from 426); Max value from RGB is 209 - color contains mainly: green. Hex color #BED11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED11B is #412EE4. Grayscale: #B7B7B7. Windows color (decimal): -4271845 or 1823166. OLE color: 1823166.

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

Color convert

RGB 190 209 27 -
CMYK 0.09 0 0.87 0.18
HSL 66.26º 0.77% 0.46% -
HSV(B) 66.26º 0.87% 0.82% -
XYZ 44.23 56.63 9.64 -
YUV 182.57 40.21 133.3 -
System Red Green Blue C M Y K H S L
Decimal 190 209 27 0.09 0 0.87 0.18 66.26 0.77 0.46
Hex BE D1 1B 9 0 57 12 42 4D 2E
Octal 276 321 33 11 0 127 22 102 115 56
Binary 10111110 11010001 11011 1001 0 1010111 10010 1000010 1001101 101110

Color Harmonies of #BED11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED11B

Black with #BED11B

Text Example


Text Example

White with #BED11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED11B; }

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

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

background-color css

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

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

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

border-color css

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

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

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