Html Css Color HEX #BED010 Rio Grande

📋 copy color: '#BED010'

red 190 ◦ green 208 ◦ blue 16

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

Shades of Rio Grande #BED010

Tints of Rio Grande #BED010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.86%

R = 45.89%
G = 50.24%
B = 3.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#BED010 (or 0xBED010) is known color: Rio Grande. HEX triplet: BE, D0 and 10. RGB value is (190,208,16). Sum of RGB (Red+Green+Blue) = 190+208+16=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #BED010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED010 is #412FEF. Grayscale: #B5B5B5. Windows color (decimal): -4272112 or 1102014. OLE color: 1102014.

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

Color convert

RGB 190 208 16 -
CMYK 0.09 0 0.92 0.18
HSL 65.63º 0.86% 0.44% -
HSV(B) 65.63º 0.92% 0.82% -
XYZ 43.88 56.1 9 -
YUV 180.73 35.04 134.61 -
System Red Green Blue C M Y K H S L
Decimal 190 208 16 0.09 0 0.92 0.18 65.63 0.86 0.44
Hex BE D0 10 9 0 5C 12 42 56 2C
Octal 276 320 20 11 0 134 22 102 126 54
Binary 10111110 11010000 10000 1001 0 1011100 10010 1000010 1010110 101100

Color Harmonies of #BED010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED010

Black with #BED010

Text Example


Text Example

White with #BED010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED010; }

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

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

background-color css

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

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

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

border-color css

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

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

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