Html Css Color HEX #BED613 Rio Grande

📋 copy color: '#BED613'

red 190 ◦ green 214 ◦ blue 19

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

Shades of Rio Grande #BED613

Tints of Rio Grande #BED613

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.59%

 BLUE value IS 19 (7.81% from 255) = 4.49%

R = 44.92%
G = 50.59%
B = 4.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#BED613 (or 0xBED613) is known color: Rio Grande. HEX triplet: BE, D6 and 13. RGB value is (190,214,19). Sum of RGB (Red+Green+Blue) = 190+214+19=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 214 (83.98% from 255 or 50.59% from 423); Blue value is 19 (7.81% from 255 or 4.49% from 423); Max value from RGB is 214 - color contains mainly: green. Hex color #BED613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED613 is #4129EC. Grayscale: #B9B9B9. Windows color (decimal): -4270573 or 1300158. OLE color: 1300158.

HSL color Cylindrical-coordinate representation of color #BED613: hue angle of 67.38º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BED613 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 214 19 -
CMYK 0.11 0 0.91 0.16
HSL 67.38º 0.84% 0.46% -
HSV(B) 67.38º 0.91% 0.84% -
XYZ 45.4 59.09 9.63 -
YUV 184.59 34.55 131.86 -
System Red Green Blue C M Y K H S L
Decimal 190 214 19 0.11 0 0.91 0.16 67.38 0.84 0.46
Hex BE D6 13 B 0 5B 10 43 54 2E
Octal 276 326 23 13 0 133 20 103 124 56
Binary 10111110 11010110 10011 1011 0 1011011 10000 1000011 1010100 101110

Color Harmonies of #BED613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED613

Black with #BED613

Text Example


Text Example

White with #BED613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED613; }

 p { color: rgb(190,214,19); }

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

background-color css

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

 a { background-color: rgb(190,214,19); }

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

border-color css

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

 span { border-color: rgb(190,214,19); }

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