Html Css Color HEX #BED118 Rio Grande

📋 copy color: '#BED118'

red 190 ◦ green 209 ◦ blue 24

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

Shades of Rio Grande #BED118

Tints of Rio Grande #BED118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.67%

R = 44.92%
G = 49.41%
B = 5.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#BED118 (or 0xBED118) is known color: Rio Grande. HEX triplet: BE, D1 and 18. RGB value is (190,209,24). Sum of RGB (Red+Green+Blue) = 190+209+24=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 209 (82.03% from 255 or 49.41% from 423); Blue value is 24 (9.77% from 255 or 5.67% from 423); Max value from RGB is 209 - color contains mainly: green. Hex color #BED118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED118 is #412EE7. Grayscale: #B6B6B6. Windows color (decimal): -4271848 or 1626558. OLE color: 1626558.

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

Color convert

RGB 190 209 24 -
CMYK 0.09 0 0.89 0.18
HSL 66.16º 0.79% 0.46% -
HSV(B) 66.16º 0.89% 0.82% -
XYZ 44.2 56.61 9.46 -
YUV 182.23 38.71 133.54 -
System Red Green Blue C M Y K H S L
Decimal 190 209 24 0.09 0 0.89 0.18 66.16 0.79 0.46
Hex BE D1 18 9 0 59 12 42 4F 2E
Octal 276 321 30 11 0 131 22 102 117 56
Binary 10111110 11010001 11000 1001 0 1011001 10010 1000010 1001111 101110

Color Harmonies of #BED118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED118

Black with #BED118

Text Example


Text Example

White with #BED118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED118; }

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

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

background-color css

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

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

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

border-color css

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

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

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