Html Css Color HEX #BED514 Rio Grande

📋 copy color: '#BED514'

red 190 ◦ green 213 ◦ blue 20

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

Shades of Rio Grande #BED514

Tints of Rio Grande #BED514

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.35%

 BLUE value IS 20 (8.2% from 255) = 4.73%

R = 44.92%
G = 50.35%
B = 4.73%

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

#BED514 (or 0xBED514) is known color: Rio Grande. HEX triplet: BE, D5 and 14. RGB value is (190,213,20). Sum of RGB (Red+Green+Blue) = 190+213+20=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 213 (83.59% from 255 or 50.35% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 213 - color contains mainly: green. Hex color #BED514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED514 is #412AEB. Grayscale: #B8B8B8. Windows color (decimal): -4270828 or 1365438. OLE color: 1365438.

HSL color Cylindrical-coordinate representation of color #BED514: hue angle of 67.15º degrees, saturation: 0.83, 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 #BED514 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 20 -
CMYK 0.11 0 0.91 0.16
HSL 67.15º 0.83% 0.46% -
HSV(B) 67.15º 0.91% 0.84% -
XYZ 45.16 58.59 9.59 -
YUV 184.12 35.38 132.19 -
System Red Green Blue C M Y K H S L
Decimal 190 213 20 0.11 0 0.91 0.16 67.15 0.83 0.46
Hex BE D5 14 B 0 5B 10 43 53 2E
Octal 276 325 24 13 0 133 20 103 123 56
Binary 10111110 11010101 10100 1011 0 1011011 10000 1000011 1010011 101110

Color Harmonies of #BED514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED514

Black with #BED514

Text Example


Text Example

White with #BED514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED514; }

 p { color: rgb(190,213,20); }

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

background-color css

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

 a { background-color: rgb(190,213,20); }

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

border-color css

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

 span { border-color: rgb(190,213,20); }

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